Skip to content

Commit

Permalink
Docker updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Nov 13, 2024
1 parent ec417a6 commit 8278d2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ WORKDIR /usr/src/app

COPY data /usr/src/app/data
COPY webui /usr/src/app/webui
COPY requirements.txt /usr/src/app/requirements.txt

RUN pip install -r requirements.txt
RUN pip install opencv-python osmnx<2.0.0 rasterio tqdm streamlit maps4fs

EXPOSE 8501

Expand Down

0 comments on commit 8278d2e

Please sign in to comment.