Skip to content

Commit

Permalink
Dockerfile config update (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochiu authored Dec 11, 2023
1 parent 534e763 commit be9ccb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jobs/notebook-report/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ WORKDIR /opt/app-root
# Install the requirements
COPY ./requirements.txt .

#RUN pip install --upgrade pip
RUN pip install pip==20.3.3
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt

COPY . .
Expand Down

0 comments on commit be9ccb9

Please sign in to comment.