Skip to content

Commit

Permalink
jsonschema==3.2 added in docker images for listattribute error
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinpoudel committed Oct 29, 2021
1 parent a0df6bd commit 809b921
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-images/avx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN conda install --yes --channel conda-forge --channel bioconda --freeze-instal
pybedtools \
biopython=1.79 \
numpy=1.19.4 \
altair==4.1.0 \
pyyaml=5.4.1 \
jsonschema==3.2 \
&& conda clean -afy

RUN pip install --no-binary :all: nmslib
Expand Down
1 change: 1 addition & 0 deletions docker-images/nonavx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN conda install --yes --channel conda-forge --channel bioconda --freeze-instal
numpy=1.19.4 \
pyyaml=5.4.1 \
nmslib \
jsonschema==3.2 \
&& conda clean -afy

ENV PATH="~/miniconda3/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions docker-images/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN conda install --yes --channel conda-forge --channel bioconda --channel gagan
biopython=1.79 \
numpy=1.19.4 \
pyyaml=5.4.1 \
jsonschema==3.2 \
&& conda clean -afy

RUN pip install --no-binary :all: nmslib
Expand Down

0 comments on commit 809b921

Please sign in to comment.