mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-25 01:00:11 -05:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user