.condarc, in some cases you may be unable to install packages. You may receive an error message that the channel or package is unavailable or missing.
cacert.pem file to the docker-host and concatenating the required root CAs
to that file on the docker-host, rather than copying the file to the containers.
cacert.pem file in ${BASE_INSTALL_DIR}/config/cacert.pem. You can obtain this file from any conda environment with certifi package installed ($<CONDA_PREFIX>/ssl/cacert.pem) or from one of the docker containers:
cacert.pem:
docker-compose.yml file and add volume mounts to nginx_proxy, repo_api, repo_worker and repo_dispatcher, or
docker-compose.yml file) and referencing it in docker_compose.yml
so that docker-compose.yml is readable for a broader set of users.
During installation, an .env file is created alongside the docker-compose.yml file by default. You can
edit this file and add variables to be referenced in the docker-compose.yml file as follows:
docker-compose.yml file.
Notice the environment variable from .env being referenced in the environment variables:
anaconda/main—and then mirroring filtered packages from that channel to other channels.
This will make TE the source for the mirror. As such, TE needs to be able to validate its
own certificate, which in most cases won’t work (in very much the same way PROXY with terminating SSL will not work).
For this to work, then, you will most likely need to update the cacert.pem file of all containers. For this reason, Anaconda recommends hosting the cacert.pem file on the docker-host instead of the containers.
ssl_verify set to false while using self-signed certificates and SAML, you may still run into SSL verification errors.
You may receive an error similar to the following:
REQUESTS_CA_BUNDLE.
For Windows, run the following:
config/nginx/conf.d/repo.conf to include the add_header directive somewhere in the server block:
redis in the configs directory:
redis.conf inside config/redis with the following contents:
docker-compose.yml file to mount this custom redis config:
REDIS_ADDR variable in .env file to include password: