-
-
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
Add docker operation mode #98
base: main
Are you sure you want to change the base?
Conversation
@multimeric really appreciate your putting this together! And that you used it to convert my docker lesson! Must have felt a bit circular. I'm trying to use this branch to convert my git lesson (with PRs/branches/conflicts) in the incubator to the workbench. I got the following error when I tried to build the image.
Any help you can provide? |
Happy to help. Can you list the steps you used, and the output from the build step? |
I cloned the lesson transition repo, then updated the submodule. Then ran the build command. Below is the full output from the build command. Full output here
|
My best guess is that your docker is compiling it for ARM (the If you add |
Motivation: it's surprisingly difficult to get this to run, because there are some hidden dependencies and tricks required to get it working. Also, not everything is portable, as shown by #96. See also #95 for more motivation.
Changes
Dockerfile
env.yaml
)xslt
to 1.4.5, since this compiles correctly using conda librariesCloses #95.
Testing
I have already tested this on https://github.com/carpentries-incubator/docker-introduction, which completed successfully. Some tweaks are needed however.