Commit a8e8cfb9 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove unsuccessful Dockerfile experiment

parent d063e344
......@@ -14,7 +14,6 @@ ENV PATH /opt/conda/bin:$PATH
COPY environment.yml /opt/openfold/environment.yml
# installing into the base environment since the docker container wont do anything other than run openfold
RUN conda install cudatoolkit-dev==11.3.* -c conda-forge
RUN conda env update -n base --file /opt/openfold/environment.yml && conda clean --all
COPY openfold /opt/openfold/openfold
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment