From c13233426fc0f73a420262ded1aed8e200b8b4b7 Mon Sep 17 00:00:00 2001 From: Austin Shin Date: Mon, 30 May 2022 20:53:28 -0700 Subject: [PATCH] Update conda_env.yml to use git+https:// Fixes the error of not connecting to github.com when running the conda environment setup or pip installation --- conda_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_env.yml b/conda_env.yml index f854db3..6c6fb49 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -15,7 +15,7 @@ dependencies: - pytorch::torchaudio - pip: - termcolor==1.1.0 - - git+git://github.com/deepmind/dm_control.git + - git+https://github.com/deepmind/dm_control.git - tb-nightly - imageio==2.9.0 - imageio-ffmpeg==0.4.4