-
Notifications
You must be signed in to change notification settings - Fork 17
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
About docker usage #17
Comments
Hi, We have not created a singularity container yet. @Ricahrd-Li , do you know why the project is empty? Maybe you can try a standard installation ( |
Thanks! I have done a standard installation with |
I have also gotten the answer from stackoverflow for running the docker image under singularity with the command |
Thanks for the feedback, I'll check it right now. |
Hi
Does anyone know how to use the docker image of
julia_adfem
under thesingularity
environment?I have pulled the image. By running
"singularity exec ./julia_adfem_v1.sif julia"
, I can get into a Julia environment. But it shows an empty project, i.e.,"Status~/.julia/environments/v1.5/Project.toml
(empty project)".In the installation guide of @Ricahrd-Li for AdFem, I did not find the command to run julia_adfem?
For ADCME, I see the command is
docker run -ti kailaix/adcme
, but I do not know how to translate it forsingularity
?Could anyone tell me the right way to use
singularity
with similar command of docker?Thanks!
The text was updated successfully, but these errors were encountered: