Skip to content

enirolf/icsc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional programming (and why it's relevant for HEP computing)

This repository contains the exercises that accompany the Inverted CERN School of Computing 2024 lecture with the same name.

The easiest and therefore recommended way to get up and running is with Binder. Click on the Binder badge below to get started!

Binder

Alternatively, you could run the notebooks using Docker.

Warning

The configuration and commands to run the container (especially when mounting volumes) highly depends on your Docker or Podman configuration and compatibility cannot be guaranteed.

To build the image, run

docker build -t icsc2024:latest .

To subsequently start a container for your newly built image, run

docker run --rm -p 8888:8888 -v $PWD:/home/jovyan/pwd:rw icsc2024:latest

or if using Podman:

docker run --privileged --userns=keep-id --rm -p 8888:8090 -v $PWD:/home/jovyan pwd icsc2024:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published