Skip to content

Commit

Permalink
Merge pull request #284 from hotosm/hotfix/worker-issue
Browse files Browse the repository at this point in the history
HOTFIX : Fixes worker build issue
  • Loading branch information
kshitijrajsharma authored Oct 4, 2024
2 parents a2a4054 + e7e5e1e commit 4ddfa37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ RUN pip install -r /tmp/docker-requirements.txt

# RUN pip install --upgrade pip
# RUN pip install --upgrade setuptools

COPY requirements.txt /tmp/requirements.txt
COPY api-requirements.txt /tmp/api-requirements.txt

# Don't use legacy resolver , TODO : fix this dependencies
RUN pip install --use-deprecated=legacy-resolver -r /tmp/requirements.txt


Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r api-requirements.txt
hot-fair-utilities==1.2.3
hot-fair-utilities==1.3.0
tflite-runtime==2.14.0

0 comments on commit 4ddfa37

Please sign in to comment.