Skip to content

Commit d6ced11

Browse files
committed
Create Events “training-workshop-an-introduction-to-docker-3”
1 parent 6e7d82e commit d6ced11

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: event-single
3+
title: "Training Workshop: An Introduction to Docker"
4+
start: November 5, 2025 9:30 AM
5+
end: November 5, 2025 1:00 PM
6+
image: /assets/uploads/website-icon-05.11.25-docker.png
7+
---
8+
Writing research software in Python presents numerous challenges to reproducibility - what version of Python is being used? What about the versions of PyTorch, Scikit Learn or Numpy? Should we use Conda, or venv, or Poetry to manage dependencies and environments? How can we control randomness? Do I have the right version of Cuda Toolkit? In principle, given the same data, and same algorithms and methodology, we should be able to reproduce the results of any given experiment to within an acceptable degree of error. Dealing with the above questions introduces significant problems to reproducing experiments in machine learning. This workshop will explore the use of Docker to help alleviate almost all of these questions. Furthermore, combining Docker, git and GitHub can be a powerful workflow, helping to minimise your tech stack, and declutter your python development experience.
9+
10+
Open to all postgraduate students and research staff.
11+
12+
Find out more and register [here.](https://www.training.cam.ac.uk/apsci/event/5691092)Further information and registration coming soon.
267 KB
Loading

0 commit comments

Comments
 (0)