Princess3 commited on
Commit
c6490f8
·
verified ·
1 Parent(s): c593750

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN pip install --upgrade pip
24
  COPY . /app
25
 
26
  # install requirements
27
- RUN pip instal -r requirements.txt
28
 
29
  # Unzip the data.zip file into the /app/data directory
30
  RUN unzip data.zip -d /app/data
 
24
  COPY . /app
25
 
26
  # install requirements
27
+ RUN pip install -r requirements.txt
28
 
29
  # Unzip the data.zip file into the /app/data directory
30
  RUN unzip data.zip -d /app/data