Skip to content

Commit

Permalink
Fixes build issue due to dask install dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPhysics committed Jul 13, 2022
1 parent ebcab58 commit 736d686
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 @@ -37,7 +37,7 @@ RUN pip install tequila-basic==1.6.0 && \
RUN conda install -c conda-forge zeromq pydantic pyyaml jupyter -y

# Dask packages installation section
RUN conda install -c conda-forge python-blosc cytoolz dask==2021.6.2 lz4 tini==0.18.0 -y
RUN conda install -c conda-forge python-blosc cytoolz dask==2021.6.2 click==8.0.2 lz4 tini==0.18.0 -y

# Final configuration
RUN mkdir /root/.jupyter
Expand Down

0 comments on commit 736d686

Please sign in to comment.