Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ WORKDIR /code
|
|
8 |
# Copy the pyproject.toml file and install dependencies
|
9 |
COPY pyproject.toml /code/
|
10 |
RUN pip install --no-cache-dir uv
|
|
|
|
|
11 |
RUN uv pip install --no-cache-dir --system .
|
12 |
|
13 |
# Copy the rest of the application code
|
|
|
8 |
# Copy the pyproject.toml file and install dependencies
|
9 |
COPY pyproject.toml /code/
|
10 |
RUN pip install --no-cache-dir uv
|
11 |
+
RUN pip install fastmcp
|
12 |
+
|
13 |
RUN uv pip install --no-cache-dir --system .
|
14 |
|
15 |
# Copy the rest of the application code
|