update samples from Release-169 as a part of 1.50.0 SDK stable release (#1898)

Co-authored-by: amlrelsa-ms <amlrelsa@microsoft.com>
This commit is contained in:
Sasidhar Kasturi
2023-04-14 20:09:38 +05:30
committed by GitHub
parent 7a3ab1e44c
commit e4d84c8e45
28 changed files with 43 additions and 446 deletions

View File

@@ -8,7 +8,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
rm -rf /var/lib/apt/lists/* && \
rm -rf /usr/share/man/*
RUN conda install -y conda=23.1.0 python=3.7 && conda clean -ay
RUN conda install -y conda=23.1.0 python=3.8 && conda clean -ay
RUN conda install -y -c conda-forge ffmpeg=4.0.2
# RUN conda install -c anaconda opencv
RUN pip install ray-on-aml==0.2.1 & \
pip install --no-cache-dir \
azureml-defaults \
@@ -18,21 +22,19 @@ RUN pip install ray-on-aml==0.2.1 & \
scipy \
pyglet==1.5.27 \
cloudpickle==1.3.0 \
tensorboardX \
tensorflow==1.14.0 \
tensorboard==2.7.0 \
tensorflow==2.7.0 \
tabulate \
dm_tree \
lz4 \
psutil \
setproctitle \
pygame \
gym[classic_control]==0.19.0 && \
conda install -y -c conda-forge x264='1!152.20180717' ffmpeg=4.0.2 && \
conda install -c anaconda opencv
gym[classic_control]==0.19.0
RUN pip install protobuf==3.20.0
RUN pip install --upgrade ray==0.8.3 \
ray[rllib,dashboard,tune]==0.8.3
RUN pip install --upgrade ray==0.8.7 \
ray[rllib,dashboard,tune]==0.8.7
RUN pip install 'msrest<0.7.0'
RUN pip install 'msrest<0.7.0'