Skip to content

Commit

Permalink
Fix Docker build for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed May 30, 2024
1 parent 971eb20 commit 4b2121d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN pip install -r /tmp/docker-requirements.txt

RUN pip install --upgrade setuptools
COPY requirements.txt /tmp/requirements.txt
COPY api-requirements.txt /tmp/api-requirements.txt

RUN pip install -r /tmp/requirements.txt


Expand Down
1 change: 1 addition & 0 deletions backend/Dockerfile_CPU
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN pip install -r /tmp/docker-requirements.txt
RUN pip install --upgrade setuptools

COPY requirements.txt /tmp/requirements.txt
COPY api-requirements.txt /tmp/api-requirements.txt
RUN pip install -r /tmp/requirements.txt

COPY docker/ramp/solaris /tmp/solaris
Expand Down

0 comments on commit 4b2121d

Please sign in to comment.