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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu authored Oct 3, 2019
1 parent 6c2d678 commit 0add4b3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
FROM python:3.7.4

LABEL "com.github.actions.name"="Get Runs From Weights & Biases"
LABEL "com.github.actions.description"="Query a W&B Project for metrics associated with model runs and cache the results for downstream tasks."
LABEL "com.github.actions.icon"="bar-chart-2"
LABEL "com.github.actions.color"="yellow"

RUN pip install wandb tabulate pandas
COPY wandb_get_runs.py /wandb_get_runs.py
RUN chmod u+x /wandb_get_runs.py
FROM hamelsmu/wandb-action
ENTRYPOINT ["python", "/wandb_get_runs.py"]

0 comments on commit 0add4b3

Please sign in to comment.