Supplementary Materials for Hands-On Lab Sessions: AI Workflows and Foundation Models in the Cyber2A Workshop 2024 - AI for Arctic Research
Minu Mathew, Sandeep Puthanveetil Satheesan, and Ben Galewsky
National Center for Supercomputing Applications, University of Illinois Urbana-Champaign
This repository contains the supplementary materials for the hands-on lab sessions in the Cyber2A Workshop 2024 - AI for Arctic Research conducted at Santa Barbara, California in October 21-25 2024. For more details about the workshop, visit Cyber2A Workshop 2024. The course materials from the Cyber2A Workshop 2024 are available at Cyber2A Course.
Docker should be installed and running on your machine. If not, you can download and install it from here.
git clone https://github.com/ncsa/cyber2a-workshop.git
cd cyber2a-workshop
docker build -t cyber2a-workshop .
docker run -it -p 8888:8888 cyber2a-workshop
View the logs of the docker run
command above, and open your browser and go to http://localhost:8888
. You will see the Jupyter Notebooks in the browser page.