Skip to content

Commit

Permalink
update bcdata to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Nov 14, 2024
1 parent b3b96f9 commit 1a23162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get --assume-yes upgrade \
&& apt-get -qq install -y --no-install-recommends python3-pip \
&& apt-get -qq install -y --no-install-recommends python3-psycopg2 \
&& pip3 install --upgrade numpy \
&& pip3 install bcdata==0.10.4 \
&& pip3 install bcdata \
&& pip3 install scikit-image \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
Expand Down

0 comments on commit 1a23162

Please sign in to comment.