Compare commits

...

2 Commits

Author SHA1 Message Date
Robert Bendun
0b15d28a5b lol #3 2023-05-24 00:19:00 +02:00
Robert Bendun
aafe737020 lol #2 2023-05-24 00:11:38 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -15,12 +15,12 @@ jobs:
- name: Use Docker action
id: train
uses: ./
uses: ./train-action/
with:
epochs: 1
- name: Archive
uses: action/upload-artifact@v3
uses: actions/upload-artifact@v3
with:
name: model
path: model.keras

View File

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

View File

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