Skip to content

Commit 2db56e1

Browse files
committed
Adding tqdm to csc standard conda env
1 parent 18fb6ef commit 2db56e1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docker/conda-code-server/setup/conda/standard_env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ dependencies:
2525
- numpy
2626
- setuptools
2727
- matplotlib
28+
- tqdm
2829
prefix: ~/.conda/envs/developer

docker/conda-code-server/setup/conda/standard_gpu_env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies:
2727
- numpy
2828
- setuptools
2929
- matplotlib
30+
- tqdm
3031
- pytorch-cuda=11.8
3132
- torchaudio
3233
- pytorch

docker/workstation-base/setup/conda/standard_env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ dependencies:
2525
- numpy
2626
- setuptools
2727
- matplotlib
28+
- tqdm
2829
prefix: ~/.conda/envs/developer

docker/workstation-base/setup/conda/standard_gpu_env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies:
2727
- numpy
2828
- setuptools
2929
- matplotlib
30+
- tqdm
3031
- pytorch-cuda=11.8
3132
- torchaudio
3233
- pytorch

0 commit comments

Comments
 (0)