Skip to content

Commit

Permalink
upgrade pip just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 10, 2024
1 parent f344d2e commit 00eebe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ COPY . .

# COPY /api/requirements.txt /hamframe/requirements.txt

RUN pip install --upgrade pip

RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt

# COPY /api/api.py /hamframe/api.py
Expand Down
2 changes: 2 additions & 0 deletions cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ WORKDIR /hamframe

COPY requirements.txt requirements.txt

RUN pip install --upgrade pip

RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt

COPY cli.py cli.py
Expand Down

0 comments on commit 00eebe9

Please sign in to comment.