mse0306 commited on
Commit
67582a5
·
verified ·
1 Parent(s): 859629b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ ENV HOME=/home/user \
8
  WORKDIR $HOME/app
9
 
10
  RUN pip install -U pip setuptools wheel pandas einops ray==2.10.0 huggingface_hub safetensors
11
- RUN pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu
12
- RUN pip install autogluon.tabular[all,tabpfn]==1.2.0
13
 
14
  COPY --chown=user . $HOME/app
15
  CMD ["python", "app.py"]
 
8
  WORKDIR $HOME/app
9
 
10
  RUN pip install -U pip setuptools wheel pandas einops ray==2.10.0 huggingface_hub safetensors
11
+ RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
12
+ RUN pip install autogluon.tabular tabpfn==2.1.0
13
 
14
  COPY --chown=user . $HOME/app
15
  CMD ["python", "app.py"]