Commit 007f1c8a authored by chenpangpang's avatar chenpangpang
Browse files

feat: 修改Dockerfile,从gpu分支拉代码

parent 04f3d812
Pipeline #1364 failed with stages
in 0 seconds
FROM image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.2.0-python3.10-cuda12.1-ubuntu22.04 as base
RUN cd /root && git clone -b dev http://developer.hpccube.com/codes/chenpangpang/kolors.git
RUN cd /root && git clone -b gpu http://developer.hpccube.com/codes/chenpangpang/kolors.git
WORKDIR /root/kolors/Kolors
RUN conda create --name kolors -y python=3.8 && source activate kolors && pip install -r requirements.txt && python3 setup.py install
RUN rm -r build dist kolors.egg-info
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment