Skip to content

EmoryIntegratedComputationalCore/dxpy_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dxpy_image

Docker/podman image for dxpy

Build and save image

# Run the following commands in the same folder of Dockerfile
podman build -t eicc_dxpy .
podman save > eicc_dxpy.tar localhost/eicc_dxpy

Load image from tarball (on HPC)

# Docker
docker load -i eicc_dxpy.tar
docker images
# Podman
podman load -i eicc_dxpy.tar
podman images

Run image/container

  • Without args to get usage
podman run -it eicc_dxpy
  • With bash to get an interative shell
podman run -it eicc_dxpy /bin/bash
  • With dxpy to build a batch job
podman run -it eicc_dxpy /usr/local/bin/dx
  • Delete all containers (housekeeping)
podman rm -a

About

Docker/podman image for dxpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published