Open gfontenay opened 1 year ago
Hello,
Can you try by replacing the dockerfile you downladed here by the one from my fork ?
https://github.com/Alexandre-So/DIANE/blob/master/Dockerfile
Best,
I replaced the Dockerfile with the new one, but still failed in building the Docker container. Error: Hope get further help. Thank you. error.txt
It looks like a timeout problem in your case.
Could you please try again and tell me if it still fails ?
If it still doesn't work, could you try to launch a R dynamic session (on the same machine as the one having a problem with the docker install) and type :
install.packages("remotes")
remotes::install_github("ryapric/loggit@8293ba322c86a80b81b07a81e1ae4f9a64b395a7")
And see if it works ? (this will try to install the package in your R environment).
Best,
Hello,
I am following the simple instructions but run into an issue with the docker build.
Thanks for any assistance!