How to create a dockerfile reliably? #1141
-
I am on version 0.4.1 of golem. Whenever I do So, I run
The generated dockerfile is:
This works. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
hi, do you have more details about the fails with can you try with by defaut it create a temp folder using Regards |
Beta Was this translation helpful? Give feedback.
-
there is an issue with sysreqs.
you can use : and check the potential missing system requirements to add in the Dockerfile |
Beta Was this translation helpful? Give feedback.
there is an issue with sysreqs.
you can use :
golem::add_dockerfile(sysreqs = FALSE)
and check the potential missing system requirements to add in the Dockerfile