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

Commit 0add4b3

Browse files
authored
Update Dockerfile
1 parent 6c2d678 commit 0add4b3

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

Dockerfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
FROM python:3.7.4
2-
3-
LABEL "com.github.actions.name"="Get Runs From Weights & Biases"
4-
LABEL "com.github.actions.description"="Query a W&B Project for metrics associated with model runs and cache the results for downstream tasks."
5-
LABEL "com.github.actions.icon"="bar-chart-2"
6-
LABEL "com.github.actions.color"="yellow"
7-
8-
RUN pip install wandb tabulate pandas
9-
COPY wandb_get_runs.py /wandb_get_runs.py
10-
RUN chmod u+x /wandb_get_runs.py
1+
FROM hamelsmu/wandb-action
112
ENTRYPOINT ["python", "/wandb_get_runs.py"]

0 commit comments

Comments
 (0)