Skip to content

uasal/image-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Base image for analysis

Contents

The image is build on the official CuPy image, which comes with Python 3.10.12, numpy 1.26.4, scipy 1.13.0. Additionally, the following repos & packages are installed:

How to build image

Can be built for multiple architectures with buildx. Add a version number tag and, if it's backwards compatible, the latest tag as well. For example:

docker buildx build --platform linux/amd64,linux/arm64 --push -t pearlhub/analysis:vx -t pearlhub/analysis:latest .

How to open a container in VSCode:

  • open the Command Palette (Shift+Cmd+P in Mac or Shift+Ctrl+P in Windows)
  • type 'Dev Containers: Reopen in Container'
  • wait (it could take a few minutes)

How to run image on gpus

docker run --gpus all -it cupy/cupy

About

Image for analysis environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published