fffiloni commited on
Commit
ddb3861
·
verified ·
1 Parent(s): 56cb148

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -63,9 +63,10 @@ COPY requirements_HF.txt .
63
 
64
  # Install Python dependencies from requirements.txt
65
  RUN pip install --upgrade pip
 
66
  RUN pip install -r requirements_HF.txt
67
  RUN pip install gradio
68
- RUN pip install cupy==10.4.0
69
 
70
  USER root
71
  # Install basicsr (assuming setup.py is in basicsr directory)
 
63
 
64
  # Install Python dependencies from requirements.txt
65
  RUN pip install --upgrade pip
66
+ RUN pip install cupy==10.4.0
67
  RUN pip install -r requirements_HF.txt
68
  RUN pip install gradio
69
+
70
 
71
  USER root
72
  # Install basicsr (assuming setup.py is in basicsr directory)