-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
Hi there!
Can you try to build in debug mode?
|
Hello,
Can you send a link on directions for how to do that?
Thanks!
Ben
…On Mon, Oct 28, 2024, 2:30 PM Antoine Galataud ***@***.***> wrote:
Hi there!
Can you try to build in debug mode?
Le 28.10.2024 à 14:36, Ben Bartling ***@***.***> a écrit :
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?
—
Reply to this email directly, view it on GitHub<
#32>, or unsubscribe<
https://github.com/notifications/unsubscribe-auth/ABIVP3RUPSDNF5OZX5UKKDTZ5ZDWDAVCNFSM6AAAAABQXSIX3SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYTQNRRGM4DQNI>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC4BHNS3D7UMR4V4L3SG6TZ52GGJAVCNFSM6AAAAABQXSIX3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBSGQ2DSNRSG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Try to build again and check if there are other error traces at the top of the output. If not try adding |
Hello, I've tried a few things with the help of ChatGPT but no luck building the docker image. 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
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?
The text was updated successfully, but these errors were encountered: