Skip to content

Commit

Permalink
Add all need libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
watronfire committed Jan 7, 2025
1 parent 9ca9bac commit efb0de2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ vibecheck.egg-info/
.gitattributes
.gitignore
Dockerfile
environment.yaml
test_environment.yaml
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ LABEL license.url="https://github.com/watronfire/Vibecheck/blob/main/LICENSE"
LABEL maintainer="Nathaniel L. Matteson"
LABEL maintainer.email="[email protected]"

WORKDIR /home/mambauser/
COPY --chown=$MAMBA_USER:$MAMBA_USER . ./vibecheck/
WORKDIR /vibecheck/
WORKDIR /home/mambauser/vibecheck/

RUN micromamba install -y -n base -f environment.yaml \
&& micromamba clean --all --yes
# Specify path to gain access to conda environment without terminal model
ENV PATH="/opt/conda/envs/vibecheck/bin:/opt/conda/bin:/opt/conda/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
ENV PATH="/opt/conda/envs/base/bin:/opt/conda/bin:/opt/conda/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

RUN pip install .
RUN vibecheck -v
Expand Down
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dependencies:
- snakemake-minimal
- rich
- gofasta
- pandas

0 comments on commit efb0de2

Please sign in to comment.