Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
no data download
  • Loading branch information
MattBixley authored Jul 25, 2024
1 parent fed6f2e commit fb45d39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# download the required date files into the container image
RUN wget -nv https://ndownloader.figshare.com/files/2292172 \
-O /var/lib/surveys.csv \
&& chown -R root:root /var/lib/surveys.csv \
&& chmod -R o+rX /var/lib/surveys.csv \
#RUN wget -nv https://ndownloader.figshare.com/files/2292172 \
# -O /var/lib/surveys.csv \
# && chown -R root:root /var/lib/surveys.csv \
# && chmod -R o+rX /var/lib/surveys.csv \

# copy the repo source (e.g. notebooks) to the container image and install dependencies
#ARG PYTHON_HASH="39f654a10ddcfaa06420c12173f6053ea9963d26"
Expand Down

0 comments on commit fb45d39

Please sign in to comment.