Skip to content

hdg7/ssbse2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSBSE 2024 Challenge

During the challenge there are two options:

  • Quantum challenge
  • Generative AI challenge

Quantum Container

You can simply have a generic Jupyter container or use your own system:

docker run -p 8888:8888 -v "${PWD}":/home/jovyan/work quay.io/jupyter/scipy-notebook:2024-03-14

Generative AI Container

This container aims to provide a basic ollama setup. You can build it with:

docker build . --tag="genai"

To run the container in Jupyter mode:

docker run -it -p 10000:8888 -v "${PWD}":/home/jovyan/work genai jupyter

Any other input will open a bash container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published