... | @@ -23,4 +23,6 @@ Capable of using split files as input, still many manual steps included, probabl |
... | @@ -23,4 +23,6 @@ Capable of using split files as input, still many manual steps included, probabl |
|
Scale ML applications across cloud/clusters, anything that runs a kubernetes environment. Not interesting for orchestration problem.
|
|
Scale ML applications across cloud/clusters, anything that runs a kubernetes environment. Not interesting for orchestration problem.
|
|
|
|
|
|
## Building the dockerfile
|
|
## Building the dockerfile
|
|
Automated building of the dockerfile needs ssh access to the gitlab server. This means that we need to forward our ssh credentials to docker using the --ssh option. Setting that up isn't too clear yet but I found some mauals on medium, blogs and docker. Remember to set the docker buildkit flag! [This](https://stackoverflow.com/questions/55153089/error-response-from-daemon-dockerfile-parse-error-unknown-flag-mount/55153182) answer looks good! |
|
Automated building of the dockerfile needs ssh access to the gitlab server. This means that we need to forward our ssh credentials to docker using the --ssh option. Setting that up isn't too clear yet but I found some manuals on medium, blogs and docker. Remember to set the docker buildkit flag! [This](https://stackoverflow.com/questions/55153089/error-response-from-daemon-dockerfile-parse-error-unknown-flag-mount/55153182) answer looks good!
|
|
\ No newline at end of file |
|
|
|
|
|
* Getting env built nicely: https://pythonspeed.com/articles/activate-conda-dockerfile/ |
|
|
|
\ No newline at end of file |