Skip to content

Commit

Permalink
mods to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Aug 21, 2024
1 parent e6a0a16 commit aa33d86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN sed -i 's/name: artic/name: base/' /tmp/env.yml
RUN micromamba install --yes --file /tmp/env.yml && \
micromamba clean --all --yes

RUN pip uninstall -y tensorflow keras pyabpoa \
&& conda install -y -c conda-forge tensorflow~=2.11 keras~=2.11

ARG MAMBA_DOCKERFILE_ACTIVATE=1

USER root
Expand All @@ -25,4 +28,4 @@ USER $MAMBA_USER

ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"]

CMD ["/bin/bash"]
CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- samtools
- tqdm
- pip:
- medaka
- medaka~=1.12.0

0 comments on commit aa33d86

Please sign in to comment.