raahinaez commited on
Commit
26af616
·
verified ·
1 Parent(s): 4253b17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
  # Copy app and requirements
5
  COPY app.py ./app.py
6
  COPY requirements.txt ./requirements.txt
7
- COPY surya_models_cache ./surya_models_cache
8
 
9
  # Install dependencies
10
  RUN pip install --upgrade pip
 
4
  # Copy app and requirements
5
  COPY app.py ./app.py
6
  COPY requirements.txt ./requirements.txt
7
+
8
 
9
  # Install dependencies
10
  RUN pip install --upgrade pip