add ray default package for dashboard

This commit is contained in:
Kerem Kayabay 2024-01-05 14:28:18 +01:00
parent c2230177d2
commit 5e25f899fa
2 changed files with 2 additions and 3 deletions

View file

@ -40,6 +40,4 @@ tar -xzf $WS_DIR/$ENV_ARCHIVE -C $ENV_PATH
source $ENV_PATH/bin/activate source $ENV_PATH/bin/activate
export CONDA_ENVS_PATH=CONDA_ENVS export CONDA_ENVS_PATH=CONDA_ENVS
conda_unpack

View file

@ -6,6 +6,7 @@ dependencies:
- pip - pip
- pip: - pip:
- ray==2.8.0 - ray==2.8.0
- "ray[default]==2.8.0"
- dask==2022.10.1 - dask==2022.10.1
- torch - torch
- pydantic<2 - pydantic<2