This commit is contained in:
Robert Bendun 2023-05-24 00:19:00 +02:00
parent aafe737020
commit 0b15d28a5b
4 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Use Docker action - name: Use Docker action
id: train id: train
uses: ./ uses: ./train-action/
with: with:
epochs: 1 epochs: 1

View File

@ -14,4 +14,4 @@ RUN wget https://bendun.students.wmi.amu.edu.pl/stop_times.categories.tsv
VOLUME /github/workspace/ VOLUME /github/workspace/
ENTRYPOINT ["/ium/train-entrypoint.sh"] ENTRYPOINT ["/ium/train-action/entrypoint.sh"]

View File

@ -7,6 +7,6 @@ inputs:
default: '2' default: '2'
runs: runs:
using: 'docker' using: 'docker'
image: 'train.dockerfile' image: 'Dockerfile'
args: args:
- ${{ inputs.epochs }} - ${{ inputs.epochs }}