lol #3
This commit is contained in:
parent
aafe737020
commit
0b15d28a5b
2
.github/workflows/train.yml
vendored
2
.github/workflows/train.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: Use Docker action
|
||||
id: train
|
||||
uses: ./
|
||||
uses: ./train-action/
|
||||
with:
|
||||
epochs: 1
|
||||
|
||||
|
@ -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"]
|
@ -7,6 +7,6 @@ inputs:
|
||||
default: '2'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'train.dockerfile'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.epochs }}
|
Loading…
Reference in New Issue
Block a user