From afdbf58d9e567d473e4a698e6d2f78d9c5c72529 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:38:53 -0700 Subject: [PATCH] forgot to add conda-forge --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index a0c6589e4..43cc6066a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,7 @@ ARG VERSION # https://docs.python.org/3/using/cmdline.html#cmdoption-u ENV PYTHONUNBUFFERED=1 -RUN micromamba install -y -n base -c openeye openeye-toolkits git "perses==$VERSION" cudatoolkit==11.7 && \ +RUN micromamba install -y -n base -c conda-forge -c openeye openeye-toolkits git "perses==$VERSION" cudatoolkit==11.7 && \ micromamba clean --all --yes # Make directory and tell openeye where to find