1 Star 0 Fork 4

sxxpqp / gpu-test

forked from tufeiming / gpu-test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
sxxpqp 提交于 2021-07-01 11:34 . tetes
# 指定基础镜像,选择我之前制作的paddle镜像
FROM paddlepaddle/paddle:1.6.3-gpu-cuda10.0-cudnn7
#FROM 192.168.4.15:30002/sxxpqp/sxxpqp:SNAPSHOT-38
# 将工程下面的文件复制到容器某个目录
COPY ./ /home/Model
# 设置容器中的工作目录
WORKDIR /home/Model
# 安装依赖
RUN python3 -m pip install --upgrade pip \
&& curl -fsSL -o- https://bootstrap.pypa.io/pip/3.5/get-pip.py | python3.5 \
&& python3 -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
# 设置容器启动时的命令,这里直接运行data/run_MAMS.sh
ENTRYPOINT ["bash", "/home/Model/data/run_MAMS.sh"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sxxpqp/gpu-test.git
git@gitee.com:sxxpqp/gpu-test.git
sxxpqp
gpu-test
gpu-test
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891