mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-03 10:27:42 +00:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user