ming512 commited on
Commit
c82cc51
1 Parent(s): 866eb57

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR /code
11
  # COPY
12
 
13
 
14
- RUN pip install pytorch torchvision
15
  #RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
16
  #RUN python launchUI.py
17
 
 
11
  # COPY
12
 
13
 
14
+ RUN pip install torchvision torch
15
  #RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
16
  #RUN python launchUI.py
17