Skip to content

Commit

Permalink
rearranged variable location
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Aug 10, 2023
1 parent a35621a commit d29fd27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
docker_location: socialmediamacroscope/autophrase
- name: classification_predict
dockerfile: Dockerfile
docker_location: socialmediamacroscope/classification_predict
work_dir: classification_split
docker_location: socialmediamacroscope/classification_predict
- name: classification_split
dockerfile: Dockerfile
docker_location: socialmediamacroscope/classification_split
work_dir: classification_split
docker_location: socialmediamacroscope/classification_split
- name: classification_train
dockerfile: Dockerfile
work_dir: classification_train
Expand Down

0 comments on commit d29fd27

Please sign in to comment.