WebashalarForML commited on
Commit
acd2e71
·
verified ·
1 Parent(s): f5cea44

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  # Install dependencies
6
  RUN pip install fastmcp
7
-
8
  # Copy your code and resources
9
  COPY . .
10
 
 
4
 
5
  # Install dependencies
6
  RUN pip install fastmcp
7
+ RUN pip install --no-cache-dir -r requirements.txt
8
  # Copy your code and resources
9
  COPY . .
10