Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on building Docker image #32

Open
bbartling opened this issue Oct 28, 2024 · 4 comments
Open

Error on building Docker image #32

bbartling opened this issue Oct 28, 2024 · 4 comments

Comments

@bbartling
Copy link

Hello,

On an Ubuntu VM with Docker Docker version 27.3.1, build ce12230 when running the setup command $ docker build . -f docker/Dockerfile -t rllib-energyplus

This errors out on:
ERROR: failed to solve: process "/bin/bash -c apt-get update -qq && apt-get install -y wget git libgomp1 && cd /tmp && wget --quiet \"${EPLUS_DL_URL}\" && export eplus_install=\"$(echo \"${EPLUS_DL_URL}\" | rev | cut -d'/' -f1 | rev)\" && (echo \"y\"; echo \"\"; echo \"y\";) | bash \"$eplus_install\" && rm \"$eplus_install\" && apt-get install -y python3.10 python3.10-dev python3.10-distutils && wget https://bootstrap.pypa.io/get-pip.py && python3.10 get-pip.py && rm get-pip.py && cd /root/rllib-energyplus && grep 'git\\+' requirements.txt > requirements-vcs.txt && grep 'git\\+' -v requirements.txt > requirements-hashed.txt && pip install --no-cache-dir -r requirements-vcs.txt && pip install --no-cache-dir -r requirements-hashed.txt && apt autoremove -qq -y && apt-get clean -qq && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1

Any ideas to try?

@antoine-galataud
Copy link
Member

antoine-galataud commented Oct 28, 2024 via email

@bbartling
Copy link
Author

bbartling commented Oct 28, 2024 via email

@antoine-galataud
Copy link
Member

antoine-galataud commented Oct 29, 2024

Try to build again and check if there are other error traces at the top of the output. If not try adding --progress=plain to your build command to get more info.

@bbartling
Copy link
Author

Hello,

I've tried a few things with the help of ChatGPT but no luck building the docker image.
https://chatgpt.com/share/67212d95-5764-800d-af03-05f6c6683621

Ill try again and copy in that top of the traceback when I am near this VM again.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants