Reputation
Badges 1
533 × Eureka!TimelyPenguin76 I think our problem is that the agent is not using this environment, I'm not sure which one he does... Is there a way to hard-code the agent environment?
I only have like 40 tasks including the example ones
TimelyPenguin76 this fixed it, using the detect_with_pip_freeze as true solves the issue
logger.report_table(title="Inference Data", series="Inference Values", iteration=0, table_plot=inference_table)
it seems apiserver_conf doesn't even change
okay, that's acceptable
Version 1.1.1
Snippet of which part exactly?
Yeah, logs saying "file not found", here is an example
` 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
...
let me try to docker-compose down --rmi all
but shouldn't the :lastest make it redownload the right image?
I only found Project ID, which I'm not sure what this refers to - I have the project name
But does it disable the agent? or will the tasks still wait for the agent to dequeue?
Can you lend a few a words about how the not-pip freeze mechanism of detecting packages work?
Confirmed working 😄
Thanks a lot, that clarifies things
Is there a way to do so without touching the config? directly through the Task object?
