Spaces:
Sleeping
Sleeping
alibidaran
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -35,6 +35,7 @@ RUN chmod -R 777 /.config
|
|
35 |
|
36 |
# Updating pip and installing everything from requirements
|
37 |
RUN python3 -m pip install -U pip setuptools wheel
|
|
|
38 |
|
39 |
# Run the start_services.sh script
|
40 |
CMD ["python","app.py"]
|
|
|
35 |
|
36 |
# Updating pip and installing everything from requirements
|
37 |
RUN python3 -m pip install -U pip setuptools wheel
|
38 |
+
RUN python3 -m pip install gradio
|
39 |
|
40 |
# Run the start_services.sh script
|
41 |
CMD ["python","app.py"]
|