Skip to content

Commit 68aa05b

Browse files
committed
fix
1 parent 967093a commit 68aa05b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.8.1-py311-torch2.9.1-1.35.0
22

3+
RUN echo '47.110.159.78 github.com' >> /etc/hosts
4+
35
# Install miniconda with Python 3.12
46
RUN curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
57
bash Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda && \

0 commit comments

Comments
 (0)