Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -24,6 +24,7 @@ ENV XDG_CONFIG_HOME=/tmp
|
|
| 24 |
# Install Python dependencies
|
| 25 |
RUN pip install --upgrade pip
|
| 26 |
RUN pip install -r requirements.txt
|
|
|
|
| 27 |
|
| 28 |
# ✅ Allow Streamlit to write telemetry & config
|
| 29 |
RUN mkdir -p /tmp/.streamlit && chmod -R 777 /tmp/.streamlit
|
|
|
|
| 24 |
# Install Python dependencies
|
| 25 |
RUN pip install --upgrade pip
|
| 26 |
RUN pip install -r requirements.txt
|
| 27 |
+
RUN pip install fastapi uvicorn transformers openai python-multipart gtts pillow pandas streamlit
|
| 28 |
|
| 29 |
# ✅ Allow Streamlit to write telemetry & config
|
| 30 |
RUN mkdir -p /tmp/.streamlit && chmod -R 777 /tmp/.streamlit
|