mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
Pin cloudpickle to 0.4.1. (#1200)
This commit is contained in:
committed by
Philipp Moritz
parent
1c6b30b5e2
commit
3a37d1cf7d
@@ -12,4 +12,4 @@ RUN echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh \
|
||||
ENV PATH "/opt/conda/bin:$PATH"
|
||||
RUN conda install -y libgcc
|
||||
RUN pip install flatbuffers
|
||||
RUN pip install --upgrade pip cloudpickle
|
||||
RUN pip install --upgrade pip cloudpickle==0.4.1
|
||||
|
||||
Reference in New Issue
Block a user