lchu11 commited on
Commit
3cdc27b
·
verified ·
1 Parent(s): e7b6fd7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,6 +23,7 @@ RUN pip install -e .
23
 
24
  # install dependcies
25
  RUN conda install -y pandas numpy scikit-learn
 
26
  RUN pip install --no-cache-dir -r requirements.txt
27
 
28
  # Activate the environment by default when starting the container
 
23
 
24
  # install dependcies
25
  RUN conda install -y pandas numpy scikit-learn
26
+ RUN pip3 install torch torchvision torchaudio
27
  RUN pip install --no-cache-dir -r requirements.txt
28
 
29
  # Activate the environment by default when starting the container