Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,7 @@ RUN pip install fastapi
|
|
| 15 |
RUN pip install python-dotenv
|
| 16 |
RUN pip install openai
|
| 17 |
RUN pip install chainlit
|
|
|
|
| 18 |
# Make port 8000 available to the world outside this container
|
| 19 |
EXPOSE 8080
|
| 20 |
|
|
|
|
| 15 |
RUN pip install python-dotenv
|
| 16 |
RUN pip install openai
|
| 17 |
RUN pip install chainlit
|
| 18 |
+
RUN chmod -R 777 /app
|
| 19 |
# Make port 8000 available to the world outside this container
|
| 20 |
EXPOSE 8080
|
| 21 |
|