lchu11 commited on
Commit
ac78e55
·
verified ·
1 Parent(s): 58280fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ WORKDIR /usr/src/app
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
 
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