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
#16 confirmed that it is possible to run SINGE inside a Docker to container using compiled MATLAB code. Our next step will be to create a general purpose SINGE Docker container. Specific tasks include:
CHTC shared the Docker command that HTCondor runs after transferring files, pulling a Docker container, and starting the container: docker run --user $(id -u):$(id -g) -v $PWD:/scratch -w /scratch username/imagename:tag /path/to/executable
Closed by the v0.4.0 release. We now have a process for pushing temporary compiled MATLAB executables to https://www.biostat.wisc.edu/~gitter/tmp (or some other temporary location) and using them in temporary Docker images. When the code is versioned, we upload the versioned executables to the GitHub release. Then we create a new versioned Docker image from those versioned executables, which is visible from https://hub.docker.com/r/agitter/singe/tags
#16 confirmed that it is possible to run SINGE inside a Docker to container using compiled MATLAB code. Our next step will be to create a general purpose SINGE Docker container. Specific tasks include:
Remove the temp versions of SINGE at https://www.biostat.wisc.edu/~gitter/tmp/The text was updated successfully, but these errors were encountered: