
Reputation
Badges 1
533 × Eureka!` name: XXXXXXXXXX
on:
workflow_dispatch
jobs:
test-monthly-predictions:
runs-on: self-hosted
env:
DATA_DIR: ${{ secrets.RUNNER_DATA_DIR }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.RUNNER_CREDS }}
steps:
# Checkout
- name: Check out repository code
uses: actions/checkout@v2
# Setup python environment
- name: Setup up python environment using Poetry
run: |
/home/elior/.poetry/bin/poetry env use python3.9
...
UptightCoyote42 - How are these images avaialble to all agents? Do you host them on Docker hub?
yeah I guessed so
I think I got it, I'll ping her again if it won't succeed
I want to collect the dataframes from teh red tasks, and display them in the pipeline task
Wait but I don't want to execute it
So if I'm collecting from the middle ones, shouldn't the callback be attached to them?
I mean, I barely have 20 experiments
Maybe even a dedicated argument specifically for apt-get
packages, since it is very common to need stuff like that
Can you lend a few a words about how the not-pip freeze mechanism of detecting packages work?
TimelyPenguin76 this fixed it, using the detect_with_pip_freeze
as true
solves the issue
SuccessfulKoala55 here it is
I guess not many tensorflowers running agents around here if this wasn't brought up already
Where is the docker-compose file? It's not at /opt
(again, I didn't place it anywhere, I'm just using the ami)
glad I managed to help back in some way
anyway, my ultimate goal is to create templates for other tasks... Is that possible in any other way through the CLI?
How did it come to this? I didn't configure anything, I'm using the trains AMI, with the suggested instance type
By the way, just inspecting, the CUDA version on the output of nvidia-smi
is matching the driver installed on the host, and not the container - look at the image below
okay, that's acceptable
I mean the code in whatever form it is - I'm working with git specifically, but if i have diffs I'd like to see the code with the diffs applied
eventually i think it should display the contents of the script executed in the most straightforward manner regardless of version control