Skip to content

Commit

Permalink
pip3..
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 10, 2024
1 parent d78cf0e commit b15eef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .

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

RUN pip install --upgrade pip
RUN pip3 install --upgrade pip

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

Expand Down
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /hamframe

COPY requirements.txt requirements.txt

RUN pip install --upgrade pip
RUN pip3 install --upgrade pip

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

Expand Down

0 comments on commit b15eef0

Please sign in to comment.