You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# RUN conda install -y numpy
RUN pip install numpy
But it leads to another error
ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
The command '/bin/sh -c pip install -U pip && pip install gym[atari] opencv-python-headless tensorflow-gpu==1.14 lz4 keras pytest-timeout smart_open tensorflow_probability && pip install --upgrade bayesian-optimization hyperopt==0.1.2 ConfigSpace==0.4.10 sigopt nevergrad scikit-optimize hpbandster lightgbm xgboost && pip install -U torch torchvision tabulate mlflow pytest-remotedata>=0.3.1 && pip install ray==0.6.2 psutil ray[debug]==0.6.2 && pip install macad-gym' returned a non-zero code: 1
Discussed in #17
Originally posted by rsuwa October 7, 2021
macad-agents/Dockerfile
Line 103 in b2726b3
No matter how many hours I wait, it stops as described above.
I have the same problem when building the Docker image locally. I tried twice, it always got stuck in here:
The text was updated successfully, but these errors were encountered: