Skip to content

Commit 21ba55c

Browse files
authored
Update Dockerfile
1 parent 3f98c5c commit 21ba55c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:11.1.1-devel-ubuntu20.04
1+
FROM nvidia/cuda:11.3.1-devel-ubuntu20.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

@@ -45,7 +45,7 @@ RUN mkdir -p /home/mchorse/.ssh /job && \
4545
echo 'export PATH=/home/mchorse/.local/bin:$PATH' >> /home/mchorse/.bashrc
4646

4747
#### 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
4949
COPY requirements/requirements.txt .
5050
COPY requirements/requirements-onebitadam.txt .
5151
COPY requirements/requirements-sparseattention.txt .
@@ -57,7 +57,7 @@ RUN pip install -r requirements.txt && \
5757
pip cache purge
5858

5959
## 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
6161

6262
# Clear staging
6363
RUN mkdir -p /tmp && chmod 0777 /tmp

0 commit comments

Comments
 (0)