Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 406 Bytes

File metadata and controls

26 lines (19 loc) · 406 Bytes

Docker for BetterCodeBetterScience

Building the image

From the repository root:

docker build -f docker/Dockerfile -t bettercode .

Running the container

Interactive shell:

docker run -it bettercode /bin/bash

Run tests:

docker run bettercode pytest

Mount local data directory:

docker run -v /path/to/local/data:/data bettercode python script.py