Falk Pollok

Results 9 comments of Falk Pollok

GKE should use Container-Optimized OS underneath, cmp. https://cloud.google.com/container-optimized-os/ and it is possible the open source driver will not work without modification on that. If you want to deploy to GKE,...

I apologize for the delay due to the holidays. I think I can reproduce the error you encountered and have been able to get it working. A couple of things:...

OK, with https://github.com/IBM/FfDL/pull/158 I can deploy FfDL with the typical 4 commands from the README against DIND on macOS and Linux as well as IBM Cloud. Please let me know...

Could you please clarify that requirement? Thanks in advance.

Please add copyright headers again and rebase since out-of-date with base branch. Thank you in advance.

I'm just a user myself and thus can't give an authoritative response, but maybe you could just use the Ubuntu 20.04 image I PRed a while ago - see https://github.com/probcomp/gen-quickstart/blob/master/Dockerfile.ubuntu-2004...

Afaict, not much you can do about it. The current image does not delete its sources after package installation - you can add `rm -rf /var/lib/apt/lists/*` to do so. You...

Fully agree with @jackjansen - 20.04 is the current LTS, most people I know work on it, 18.04 is now 3 years old. It should be ultra-high priority to get...

I think I can reproduce this with a minimal example: ``` FROM ubuntu:20.04 LABEL maintainer="MIT Probabilistic Computing Project" # Find current Julia version on https://julialang.org/downloads/ ARG JULIA_VERSION_SHORT="1.5" ARG JULIA_VERSION_FULL="${JULIA_VERSION_SHORT}.1" ENV...