Skip to content

Commit

Permalink
add unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Jan 29, 2024
1 parent c6cc888 commit 04f16a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-l", "-c"]

RUN apt-get update
RUN apt-get install git -y
RUN apt-get install g++ gcc libgeos++-dev libproj-dev proj-data proj-bin -y
RUN apt-get install unzip g++ gcc libgeos++-dev libproj-dev proj-data proj-bin -y

# Copy files
COPY setup.py app/setup.py
Expand All @@ -31,4 +31,4 @@ RUN pip install -e .

RUN if [ "$TESTING" = 1 ]; then pip install pytest pytest-cov coverage; fi

CMD ["python", "-u","pvnet_app/app.py"]
CMD ["python", "-u","pvnet_app/app.py"]

0 comments on commit 04f16a7

Please sign in to comment.