Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Mar 2, 2024
1 parent bbb29c2 commit aea46f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion occlusion-mapper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM iqtlabs/edgetech-core:latest
COPY pyproject.toml .
COPY poetry.lock .
RUN pip3 install poetry==1.1.5
#RUN pip3 install poetry==1.1.5
RUN poetry config virtualenvs.create false
RUN poetry install --no-dev
ADD occlusion_mapper.py .
Expand Down

0 comments on commit aea46f9

Please sign in to comment.