You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hereby I have successfully compiled your project with Docker, and am willing to share with anyone struggling to do the same.
Since this software is in alpha, I advise the author to use this as reference and build official docker image for this project, before static linking and AppImage.
The filesystem structure is:
├── build.sh # build script
├── cake # cloned repository
├── cargo_config.toml # cargo mirror config
├── Dockerfile_intermediate # building intermediate image
└── run.sh # run the final container
this is another suggestion for this, since not every device support cuda, how about separate the dockerfile to several files like: x64, arm, rdna and more.
Hereby I have successfully compiled your project with Docker, and am willing to share with anyone struggling to do the same.
Since this software is in alpha, I advise the author to use this as reference and build official docker image for this project, before static linking and AppImage.
The filesystem structure is:
Content of
build.sh
:Content of
Dockerfile_intermediate
:Content of
run.sh
:The text was updated successfully, but these errors were encountered: