Alan Silva
Alan Silva
Why this? ``` Warning: Invalid configuration encountered at 'custom.warmup.default.logRetentionInDays': must be equal to one of the allowed values Learn more about configuration validation here: http://slss.io/configuration-validation ``` My `serverless.yml`: ```yml ......
Even with docker, it's possible to run with GPUs via https://github.com/NVIDIA/nvidia-docker. I see that `requirements` files don't have `pytorch` or `tensorflow`. Is it intentional? I don't find any mention to...
This fixed several issues I created with my previous RP re `docker.py`. Now it runs under $USER, grant permissions and allow `sudo`.
In `frameworks/oboe/exec.py` I see: ```python sys.path.append(f"{os.path.realpath(os.path.dirname(__file__))}/lib/oboe/automl") from auto_learner import AutoLearner ``` But when running `yes | python3 runbenchmark.py oboe automl_config_docker 1h4c -m docker -i . -s force` it was failing...
I do this in a Ubuntu 20.04 with Python 3.8.10: ```bash git clone https://github.com/openml/automlbenchmark.git cd automlbenchmark python3 -m venv venv source venv/bin/activate python -m pip install --upgrade pip python -m...
All I saw here was about running on Linux or Windows. My idea was to have a simple macOS image with homebrew to build macOS related apps in a contained...
See https://docs.docker.com/compose/compose-file/#extension-fields Mine does not work with `compose_format`: ```yaml version: '3.8' x-common: &common env_file: - public.env services: app:
* macOS 13 (Ventura) But it does work for KML for example. Since I had issues with `json` as well, I noticed both were linked to Xcode for default opening....