File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM nvidia/cuda:11.1 .1-devel-ubuntu20.04
1
+ FROM nvidia/cuda:11.3 .1-devel-ubuntu20.04
2
2
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
@@ -45,7 +45,7 @@ RUN mkdir -p /home/mchorse/.ssh /job && \
45
45
echo 'export PATH=/home/mchorse/.local/bin:$PATH' >> /home/mchorse/.bashrc
46
46
47
47
# ### Python packages
48
- RUN pip install torch==1.8.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html && pip cache purge
48
+ RUN pip install torch==1.10.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html && pip cache purge
49
49
COPY requirements/requirements.txt .
50
50
COPY requirements/requirements-onebitadam.txt .
51
51
COPY requirements/requirements-sparseattention.txt .
@@ -57,7 +57,7 @@ RUN pip install -r requirements.txt && \
57
57
pip cache purge
58
58
59
59
# # Install APEX
60
- RUN pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" git+https://github.com/NVIDIA/apex.git@9ce0a10fb6c2537ef6a59f27b7875e32a9e9b8b8
60
+ RUN pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" git+https://github.com/NVIDIA/apex.git@ae757634efa26a4ed852324f1d32f2159774997b
61
61
62
62
# Clear staging
63
63
RUN mkdir -p /tmp && chmod 0777 /tmp
You can’t perform that action at this time.
0 commit comments