Skip to content
Snippets Groups Projects
Commit 8da66131 authored by Jan Lukas Steimann's avatar Jan Lukas Steimann
Browse files

Add ./ to mc commands

parent 633bc756
No related branches found
No related tags found
No related merge requests found
Pipeline #64596 canceled
...@@ -3,15 +3,15 @@ image: "python:3.7" ...@@ -3,15 +3,15 @@ image: "python:3.7"
before_script: before_script:
- wget https://dl.min.io/client/mc/release/linux-amd64/mc - wget https://dl.min.io/client/mc/release/linux-amd64/mc
- chmod +x mc - chmod +x mc
- mc alias set S3Uni $MINIO_HOST $MINIO_ACCESS_KEY $MINIO_SECRET_KEY - ./mc alias set S3Uni $MINIO_HOST $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
python_run: python_run:
script: script:
- pip install flair - pip install flair
- pip install torch - pip install torch
- pip install pandas - pip install pandas
- mc cp S3Uni/steimann/CommentsApril2017.csv . - ./mc cp S3Uni/steimann/CommentsApril2017.csv .
- python3 ComputeCommentEmbeddings.py - python3 ComputeCommentEmbeddings.py
- mc cp embedded_comments.pt S3Uni/steimann/ - ./mc cp embedded_comments.pt S3Uni/steimann/
tags: tags:
- "ht" - "ht"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment