nadeen-elsayed commited on
Commit
3e996c0
·
verified ·
1 Parent(s): d0824bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -7,8 +7,6 @@ WORKDIR /app
7
  # Copy files
8
  COPY . /app
9
 
10
- # Install dependencies
11
- RUN pip install --no-cache-dir fastapi uvicorn torch transformers sentence-transformers faiss-cpu
12
 
13
  # Expose API port
14
  EXPOSE 8000
 
7
  # Copy files
8
  COPY . /app
9
 
 
 
10
 
11
  # Expose API port
12
  EXPOSE 8000