deepak191z commited on
Commit
58b1a01
·
verified ·
1 Parent(s): c964a20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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