-
Notifications
You must be signed in to change notification settings - Fork 117
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 in the step of "RUN imageio_download_bin freeimage",when docker building the dockerfile #107
Comments
Does your computer have internet connection? If you run |
In the terninal without docker, I can run "imageio_download_bin". it will download the dynamic library file of 'libfreeimage-3.16.0-linux64.so', and save it to the local folder(/home/.imagio/freeimage). However, when i 'docker build' the dockerfile, error occurred. My computer has network restrictions. So i downloaded the 'libfreeimage-3.16.0-linux64.so' offline. But i do not know where i should save in docker with the command "COPY" |
can you build docker image on a computer with normal network, then transfer the docker image to your current machine? |
|
hello,you can download the 'libfreeimage-3.16.0-linux64.so' offline,and put it under the “libsource” folder, then, put the “libsource” folder under the "docker" folder. |
"OSError: Unable to download 'libfreeimage-3.16.0-linux64.so'. Perhaps there is no internet connection? If there is, please report this problem."
The text was updated successfully, but these errors were encountered: