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 8278d2e commit 0d5381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /usr/src/app
COPY data /usr/src/app/data
COPY webui /usr/src/app/webui

RUN pip install opencv-python osmnx<2.0.0 rasterio tqdm streamlit maps4fs
RUN pip install "opencv-python" "osmnx<2.0.0" "rasterio" "tqdm" "streamlit" "maps4fs"

EXPOSE 8501

Expand Down

0 comments on commit 0d5381d

Please sign in to comment.