Spaces:
Running
on
Zero
Running
on
Zero
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ WORKDIR $HOME/app
|
|
| 26 |
RUN git clone https://github.com/google/style-aligned.git $HOME/app
|
| 27 |
|
| 28 |
# Install dependencies
|
| 29 |
-
RUN pip install --no-cache-dir -r requirements.txt gradio
|
| 30 |
COPY app.py .
|
| 31 |
|
| 32 |
RUN find $HOME/app
|
|
|
|
| 26 |
RUN git clone https://github.com/google/style-aligned.git $HOME/app
|
| 27 |
|
| 28 |
# Install dependencies
|
| 29 |
+
RUN pip install --no-cache-dir -r requirements.txt gradio==4.18.0
|
| 30 |
COPY app.py .
|
| 31 |
|
| 32 |
RUN find $HOME/app
|