Martin Nguyen commited on
Commit
ddd2d87
·
1 Parent(s): 4aabfda

Fix docker

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -y \
12
  python3-pip
13
 
14
  RUN rm /usr/lib/python*/EXTERNALLY-MANAGED && \
15
- python3 -m ensurepip && \
16
  pip3 install -r requirements.txt
17
 
18
  CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
 
12
  python3-pip
13
 
14
  RUN rm /usr/lib/python*/EXTERNALLY-MANAGED && \
 
15
  pip3 install -r requirements.txt
16
 
17
  CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]