Skip to content

Commit

Permalink
Fix Dockerfile (#345)
Browse files Browse the repository at this point in the history
* updated environment.yml and Dockerfile
* Update environment.yml
* Fixed version ordering
* Update environment.yml
* fixed ordering
  • Loading branch information
mjfos2r authored Nov 15, 2024
1 parent bea205e commit 3515454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk update && apk add wget tar bash \
&& rm glibc-2.32-r0.apk \
&& wget --no-iri -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba \
&& touch /root/.bashrc \
&& ./bin/micromamba shell init -s bash -p /opt/conda \
&& ./bin/micromamba shell init -s bash -r /opt/conda \
&& cp /root/.bashrc /opt/conda/bashrc

COPY environment.yml /tmp/
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- bioconda
- defaults
dependencies:
- python >=3.9,<3.12
- biopython>=1.78
- xopen>=1.5.0
- requests>=2.25.1
Expand Down

0 comments on commit 3515454

Please sign in to comment.