sahanes commited on
Commit
f01c4c0
·
verified ·
1 Parent(s): 0b2cdc6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ WORKDIR /code
12
 
13
  # Install system dependencies (if any)
14
  RUN apt-get update && apt-get install -y --no-install-recommends \
15
- some-package-needed-by-faiss-or-other-libraries \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Install Python dependencies
 
12
 
13
  # Install system dependencies (if any)
14
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
  # Install Python dependencies