Spaces:
Runtime error
Runtime error
just flailing
Browse files- Dockerfile +4 -2
Dockerfile
CHANGED
|
@@ -16,11 +16,13 @@ RUN sh /uv-installer.sh && rm /uv-installer.sh
|
|
| 16 |
# # NEEDED FOR CHAINLIT IN HUGGING FACE SPACES
|
| 17 |
ENV UVICORN_WS_PROTOCOL=websockets
|
| 18 |
|
| 19 |
-
|
| 20 |
-
WORKDIR /app
|
| 21 |
|
| 22 |
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/app sh
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
# # Copy the app to the container
|
| 25 |
COPY . /app
|
| 26 |
|
|
|
|
| 16 |
# # NEEDED FOR CHAINLIT IN HUGGING FACE SPACES
|
| 17 |
ENV UVICORN_WS_PROTOCOL=websockets
|
| 18 |
|
| 19 |
+
|
|
|
|
| 20 |
|
| 21 |
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/app sh
|
| 22 |
|
| 23 |
+
# Set the working directory
|
| 24 |
+
WORKDIR /app
|
| 25 |
+
|
| 26 |
# # Copy the app to the container
|
| 27 |
COPY . /app
|
| 28 |
|