Spaces:
Runtime error
Runtime error
Update infra/Dockerfile
Browse files- infra/Dockerfile +2 -2
infra/Dockerfile
CHANGED
|
@@ -8,10 +8,10 @@ WORKDIR /app
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
-
RUN pip install -r requirements.txt
|
| 12 |
|
| 13 |
# Expose application port
|
| 14 |
EXPOSE 5000
|
| 15 |
|
| 16 |
# Run the application
|
| 17 |
-
CMD ["python", "frontend/
|
|
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
+
RUN pip install -r requirements.txt PyQt5
|
| 12 |
|
| 13 |
# Expose application port
|
| 14 |
EXPOSE 5000
|
| 15 |
|
| 16 |
# Run the application
|
| 17 |
+
CMD ["python", "src/frontend/gui_chat_interface.py"]
|