Skip to content

Commit

Permalink
testing with another container
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpay Sedat Durukan committed Apr 20, 2022
1 parent da4dfcc commit 2394341
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ on: [push]
jobs:
run:
runs-on: [ubuntu-latest]
container: docker://dvcorg/cml-py3:latest
#container: docker://dvcorg/cml-py3:latest
container: docker://iterativeai/cml:0-dvc2-base1-gpu
steps:
- uses: actions/checkout@v2
- name: cml_run
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}
run: |
# Your ML workflow goes here
pip install --upgrade pip
pip install torch torchvision torchaudio
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-1.10.1+cpu.html
pip install -r requirements.txt
# pip install --upgrade pip
# pip install torch torchvision torchaudio
# pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-1.10.1+cpu.html
pip install -r requirements-pip.txt
echo "CREATING DATA"
python create_data.py
echo "TRAINING THE MODEL"
Expand Down

0 comments on commit 2394341

Please sign in to comment.