You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the docker image is useful although can't be used by users without root on HPC. I will suggest to change the location of miniconda to non-root directory in docker such as /opt/conda.
The text was updated successfully, but these errors were encountered:
Here is the template for Dockerfile, it works while I build with docker and then convert to singularity image, you are welcome to test the docker image too:
From continuumio/miniconda3
ARG DEBIAN_FRONTEND=noninteractive
ENV PATH="/opt/conda/bin:${PATH}"
ARG PATH="/opt/conda/bin:${PATH}"
ENV TZ=Europe/Berlin
RUN conda config --add channels conda-forge
RUN conda config --add channels bioconda
RUN conda install -c till_sauerwein reademption -y
WORKDIR /opt/
Hi, the docker image is useful although can't be used by users without root on HPC. I will suggest to change the location of miniconda to non-root directory in docker such as /opt/conda.
The text was updated successfully, but these errors were encountered: