Unverified Commit 8115bdca authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Remove pyindex installation

parent 52f2c511
...@@ -10,9 +10,6 @@ ENV PATH /opt/conda/bin:$PATH ...@@ -10,9 +10,6 @@ ENV PATH /opt/conda/bin:$PATH
COPY environment.yml /opt/openfold/environment.yml COPY environment.yml /opt/openfold/environment.yml
# this needs to be run separately so that nvidia-dllogger will install properly
RUN /opt/conda/bin/python3 -m pip install nvidia-pyindex
# installing into the base environment since the docker container wont do anything other than run openfold # installing into the base environment since the docker container wont do anything other than run openfold
RUN conda env update -n base --file /opt/openfold/environment.yml && conda clean --all RUN conda env update -n base --file /opt/openfold/environment.yml && conda clean --all
......
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