zyliu commited on
Commit
b1f0efa
·
1 Parent(s): 3b23a91

Update Dockerfile

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