zyliu commited on
Commit
1b4c0a7
·
1 Parent(s): e7578c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ COPY . /app
28
  WORKDIR /app
29
 
30
  # Install the app dependencies
31
- RUN pip install -r requirements.txt
32
 
33
  # Run the app
34
  CMD ["streamlit", "run", "app.py"]
 
28
  WORKDIR /app
29
 
30
  # Install the app dependencies
31
+ RUN pip3 install -r requirements.txt
32
 
33
  # Run the app
34
  CMD ["streamlit", "run", "app.py"]