diff --git a/rapidsai-l4t/Dockerfile b/rapidsai-l4t/Dockerfile index 804c195f..cd0e07dc 100644 --- a/rapidsai-l4t/Dockerfile +++ b/rapidsai-l4t/Dockerfile @@ -113,9 +113,6 @@ RUN gpuci_conda_retry create --no-default-packages --override-channels -n rapids "setuptools<50" \ && sed -i 's/conda activate base/conda activate rapids/g' ~/.bashrc -# Create symlink for old scripts expecting `gdf` conda env -RUN ln -s /opt/conda/envs/rapids /opt/conda/envs/gdf - # Clean up pkgs to reduce image size and chmod for all users RUN chmod -R ugo+w /opt/conda \ && conda clean -tipy \ diff --git a/rapidsai/base-runtime.Dockerfile b/rapidsai/base-runtime.Dockerfile index 14e0b6e7..5ee2a2f0 100644 --- a/rapidsai/base-runtime.Dockerfile +++ b/rapidsai/base-runtime.Dockerfile @@ -61,9 +61,6 @@ RUN gpuci_conda_retry create --no-default-packages --override-channels -n rapids "setuptools<50" \ && sed -i 's/conda activate base/conda activate rapids/g' ~/.bashrc -# Create symlink for old scripts expecting `gdf` conda env -RUN ln -s /opt/conda/envs/rapids /opt/conda/envs/gdf - # For `runtime` images install notebook env meta-pkg # # Once installed remove the meta-pkg so dependencies can be freely updated & diff --git a/rapidsai/devel-centos.Dockerfile b/rapidsai/devel-centos.Dockerfile index 5e8acf24..b6ef96ed 100644 --- a/rapidsai/devel-centos.Dockerfile +++ b/rapidsai/devel-centos.Dockerfile @@ -97,9 +97,6 @@ RUN gpuci_conda_retry create --no-default-packages --override-channels -n rapids "setuptools<50" \ && sed -i 's/conda activate base/conda activate rapids/g' ~/.bashrc -# Create symlink for old scripts expecting `gdf` conda env -RUN ln -s /opt/conda/envs/rapids /opt/conda/envs/gdf - # Install build/doc/notebook env meta-pkgs # # Once installed remove the meta-pkg so dependencies can be freely updated & diff --git a/rapidsai/devel.Dockerfile b/rapidsai/devel.Dockerfile index 5b3462d7..35eea487 100644 --- a/rapidsai/devel.Dockerfile +++ b/rapidsai/devel.Dockerfile @@ -111,9 +111,6 @@ RUN gpuci_conda_retry create --no-default-packages --override-channels -n rapids "setuptools<50" \ && sed -i 's/conda activate base/conda activate rapids/g' ~/.bashrc -# Create symlink for old scripts expecting `gdf` conda env -RUN ln -s /opt/conda/envs/rapids /opt/conda/envs/gdf - # Install build/doc/notebook env meta-pkgs # # Once installed remove the meta-pkg so dependencies can be freely updated &