Skip to content

Commit

Permalink
1.13.1-cuda11.6-cudnn8-devel
Browse files Browse the repository at this point in the history
Signed-off-by: siaimes <[email protected]>
  • Loading branch information
siaimes committed Jun 23, 2023
1 parent 72c43c5 commit cdf9f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.12.1-cuda11.3-cudnn8-devel
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel

RUN apt-get update && apt-get install -y libgl1-mesa-glx libpci-dev curl nano psmisc zip git && apt-get --fix-broken install -y

Expand All @@ -7,4 +7,4 @@ RUN conda install -y faiss-gpu scikit-learn pandas flake8 yapf isort yacs gdown
RUN pip install --upgrade pip && python -m pip install --upgrade setuptools && \
pip install opencv-python tb-nightly matplotlib logger_tt tabulate tqdm wheel mccabe scipy

COPY ./fonts/* /opt/conda/lib/python3.7/site-packages/matplotlib/mpl-data/fonts/ttf/
COPY ./fonts/* /opt/conda/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/

0 comments on commit cdf9f6f

Please sign in to comment.