-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image broken with bullseye #3
Comments
Hey @willcohen! Thanks so much for pushing this forward! I have been meaning to update the libpython & tech stacks to take advantage of all the new goodness there (especially excited to be able to expose the clojure api to python notebooks!), and would immensely appreciate your help with that. I had a sense that there might be a bit of churn in the process, so I've been putting it off, but now's a great time to tackle it. Please let me know if you hit any speed bumps with the process. Thanks again! |
Sounds good. FWIW -- since I figure my life is going to be a little more docker-centric for a while at least, I bit the bullet and upgraded the linux box I can use to Fedora Silverblue, to just get more comfortable with containering stuff in general. I can wiggle some things around to still use the Docker daemon if need be, but I'll probably be putting podman compatibility through its paces as I start interacting with the dev parts of this project overall more, since the distro pushes me in that direction. |
Good to hear 👍 It's definitely still helpful to get something like podman working, due to folks having had issues with docker, and some displeasure from folks regarding the direction of docker-desktop. So I approve of and appreciate those efforts. Thanks again! |
Only a moderate speedbump -- I figure it's better to maybe try to get the existing build working on buster than to try to change everything at once. CIDER:
The REPL:
I stand corrected, per https://umap-learn.readthedocs.io/en/latest/: |
Excellent; Thanks for the update! Glad that you got through the umap issue. Please continue to keep me posted! |
any news? I tried to
tho it may be unrelated, and I could file a separate issue. |
I think it's a separate issue. My immediate deadline to try to work on this passed a little bit but I would still like to solve it. I'm going down a small rabbit-hole about Docker issues etc in the meantime so I'm not going so blindly here! |
Since the base image has moved to bullseye, a range of things have broken:
Additionally, SELinux requires a
:z
suffix to the mounted volume to getrun.sh
to work correctly (podman), which shouldn't be an issue with Docker either. I'll polish up these changes and put a PR together once I get everything working.The text was updated successfully, but these errors were encountered: