Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -51,7 +51,7 @@ COPY requirements_HF.txt .
|
|
51 |
# Install Python dependencies from requirements.txt
|
52 |
RUN pip install --upgrade pip
|
53 |
RUN pip install -r requirements_HF.txt
|
54 |
-
RUN pip install gradio
|
55 |
RUN pip install cupy==10.4.0
|
56 |
|
57 |
USER root
|
|
|
51 |
# Install Python dependencies from requirements.txt
|
52 |
RUN pip install --upgrade pip
|
53 |
RUN pip install -r requirements_HF.txt
|
54 |
+
RUN pip install gradio
|
55 |
RUN pip install cupy==10.4.0
|
56 |
|
57 |
USER root
|