We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7918057 commit 81f0dfbCopy full SHA for 81f0dfb
Dockerfile
@@ -67,6 +67,7 @@ WORKDIR /code
67
COPY requirements.txt requirements-mysql.txt ./
68
COPY setup.* ./
69
COPY README.md .
70
+RUN pip install --upgrade pip
71
RUN pip install -r requirements.txt
72
RUN pip install -r requirements-mysql.txt
73
README.md
@@ -31,6 +31,7 @@ install
31
cd airavata-django-portal
32
python3 -m venv venv
33
source venv/bin/activate
34
+ pip install --upgrade pip
35
pip install -r requirements.txt
36
```
37
0 commit comments