Update Dockerfile

This commit is contained in:
Xisen Wang
2024-07-19 14:59:45 +08:00
committed by GitHub
parent 4b0ea172d2
commit 6adb9faff9
+2 -2
View File
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.3.1-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch: latest
# For GPU support, please choose the proper tag from https://hub.docker.com/r/pytorch/pytorch/tags
@@ -20,4 +20,4 @@ RUN python -m pip install --upgrade cython
RUN python -m pip install -e .
RUN pip install catboost
RUN pip install xgboost
RUN pip install xgboost