bluemellophone commited on
Commit
70605bc
·
unverified ·
1 Parent(s): cd605d0

Small fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,6 +22,6 @@ COPY ./ /code
22
  RUN conda install pip \
23
  && pip install --no-cache-dir -r requirements.txt \
24
  && pip install numpy --upgrade \
25
- && conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly
26
 
27
  CMD python app.py
 
22
  RUN conda install pip \
23
  && pip install --no-cache-dir -r requirements.txt \
24
  && pip install numpy --upgrade \
25
+ && conda install pytorch torchvision cpuonly -c pytorch-nightly
26
 
27
  CMD python app.py