-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ RUN mkdir -p /opt/quarto \ | |
# Second stage: Conda environment | ||
# | ||
FROM condaforge/miniforge3:24.7.1-0 | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.image.description="Dockerfile for the Tools for Reproducible Research NBIS / Elixir workshop" | ||
COPY --from=quarto /opt/quarto /opt/quarto | ||
ENV PATH="${PATH}:/opt/quarto/bin" | ||
RUN apt-get update \ | ||
|
@@ -42,3 +40,6 @@ WORKDIR /work | |
|
||
# Start Bash shell by default | ||
CMD /bin/bash | ||
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.image.description="Dockerfile for the Tools for Reproducible Research NBIS / Elixir workshop" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ channels: | |
dependencies: | ||
|
||
# Command line | ||
- git | ||
- snakemake-minimal | ||
|
||
# R | ||
|