2 Star 1 Fork 0

deeplearningrepos/gpt-neo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM gcr.io/deeplearning-platform-release/tf-cpu.1-15
WORKDIR /neogpt
# Make RUN commands use `bash --login`:
SHELL ["/bin/bash", "--login", "-c"]
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install tmux -y
RUN conda install gcc_linux-64 gxx_linux-64 -y
ADD requirements.txt .
RUN pip install -r requirements.txt
RUN apt-get install screen htop -y
RUN python -m pip install tensorboard==1.15 cloud_tpu_profiler==1.15
CMD tmux
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deeplearningrepos/gpt-neo.git
git@gitee.com:deeplearningrepos/gpt-neo.git
deeplearningrepos
gpt-neo
gpt-neo
master

搜索帮助