Skip to content

Commit 81f0dfb

Browse files
committed
AIRAVATA-3342 Upgrade pip before installing dependencies from git
1 parent 7918057 commit 81f0dfb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ WORKDIR /code
6767
COPY requirements.txt requirements-mysql.txt ./
6868
COPY setup.* ./
6969
COPY README.md .
70+
RUN pip install --upgrade pip
7071
RUN pip install -r requirements.txt
7172
RUN pip install -r requirements-mysql.txt
7273

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install
3131
cd airavata-django-portal
3232
python3 -m venv venv
3333
source venv/bin/activate
34+
pip install --upgrade pip
3435
pip install -r requirements.txt
3536
```
3637

0 commit comments

Comments
 (0)