r23 commited on
Commit
6803bc1
·
1 Parent(s): 1771317

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.8-slim
2
 
3
  WORKDIR /code
4
 
5
- pip install --user r23
6
 
7
  RUN pip install --upgrade pip
8
 
 
2
 
3
  WORKDIR /code
4
 
5
+ RUN pip install --user r23
6
 
7
  RUN pip install --upgrade pip
8