8000 GitHub - ncsa/pangeo-ncsa: Docker Image for Earth Science Dask
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ncsa/pangeo-ncsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pangeo Dask Scheduler Image

This repository contains a Docker image for running a Dask scheduler, specifically designed for use at NCSA. The image is based on Python 3.11 and is optimized for running as a Dask scheduler rather than in a Jupyter environment.

Features

  • Based on Python 3.11 slim image
  • Runs as a non-root user for security
  • Pre-configured as a Dask scheduler
  • Easy to extend with additional dependencies via requirements.txt

Usage

Building the Image

docker build -t pangeo-dask-scheduler .

Running the Scheduler

docker run -p 8786:8786 pangeo-dask-scheduler

The scheduler will be available on port 8786.

Configuration

Add your required Python packages to requirements.txt. The image will automatically install these dependencies during the build process.

License

This project is licensed under the BSD-3-Clause License - see the LICENSE file for details.

About

Docker Image for Earth Science Dask

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
0