cINAWGD commited on
Commit
04084c8
·
verified ·
1 Parent(s): 133f8f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN python -m pip install --upgrade pip
27
  RUN python -m ensurepip --upgrade
28
  RUN python -m pip install --upgrade setuptools
29
 
30
- RUN pipenv install pip==23.2.1
31
 
32
  RUN pipenv install
33
  # RUN pipenv install --dev --ignore-pipfile
 
27
  RUN python -m ensurepip --upgrade
28
  RUN python -m pip install --upgrade setuptools
29
 
30
+ // RUN pipenv install pip==23.2.1
31
 
32
  RUN pipenv install
33
  # RUN pipenv install --dev --ignore-pipfile