Hacker News new | ask | show | jobs
by skohan 2502 days ago
The Dockerfile in the swift-jupyter repo is a superset of what you need. You could remove the lines dealing with jupyter and you'd be left with a Docker container with the s4tf compiler.

https://github.com/google/swift-jupyter/blob/master/docker/D...

1 comments

Thank you - I will give that a try!