Skip to content

Commit

Permalink
feat(exp/radice): Include Dockerfile to reproduce environment
Browse files Browse the repository at this point in the history
This change includes a Dockerfile which reproduces the environment in
which the experiments run.
  • Loading branch information
fabianishere committed Mar 11, 2022
1 parent 4199544 commit 8f462df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions opendc-experiments/opendc-experiments-radice/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM archlinux:base-20220306.0.49442
MAINTAINER OpenDC Maintainers <opendc@atlarge-research.com>

# Copy capsule into image
COPY . /opt/radice
WORKDIR /opt/radice

# Install necessary packages
RUN pacman -S - < packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ distributions {
}

from("packages.txt")
from("Dockerfile")

from("radice.py")
from("01-sustainability.ipynb")
Expand Down

0 comments on commit 8f462df

Please sign in to comment.