We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967093a commit 68aa05bCopy full SHA for 68aa05b
Dockerfile
@@ -1,5 +1,7 @@
1
FROM modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.8.1-py311-torch2.9.1-1.35.0
2
3
+RUN echo '47.110.159.78 github.com' >> /etc/hosts
4
+
5
# Install miniconda with Python 3.12
6
RUN curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
7
bash Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda && \
0 commit comments