lchu11 commited on
Commit
8ac4222
·
verified ·
1 Parent(s): 0d96d61

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ WORKDIR /usr/src/app
20
 
21
  # install dependcies
22
  RUN conda install -y pandas numpy scikit-learn
 
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  #if you need to download executable and run them switch to the default non-root user
 
20
 
21
  # install dependcies
22
  RUN conda install -y pandas numpy scikit-learn
23
+ RUN pip3 install torch torchvision torchaudio
24
  RUN pip install --no-cache-dir -r requirements.txt
25
 
26
  #if you need to download executable and run them switch to the default non-root user