Added LICENSE file and then several badges to README Mar 27, 2021 README.md Address xarray deprecation of drop (#601) Mar 29, 2024 conda_environment.yml constrain Xarray version (#628) Dec 10, 2024 ruff.toml Ruff format (#649)
This command will stop and remove all containers defined in yourdocker-compose.ymlfile. If you want to remove all stopped containers without usingdocker-compose, you can use: dockersystem prune-a Copy 2. What happens when I run docker system prune? When you rundocker system prune, Docker wil...
README BSD-3-Clause license NASA-NAVO Notebooks These notebooks demonstrate how to access NASA data through python. Under the hood, they use Virtual Observatory protocols so that the user does not need to know where the data are hosted but can discover what is available and access it in stan...
📌Note: The square size must be specified inmillimetersto produce a compatible calibration file. The created file should look like this, it can now be read by the ZED SDK. %YAML:1.0---Size: [1920,1080]K_LEFT:!!opencv-matrixrows:3cols:3dt: ddata: [1.0561739630740988e+03,0., 9.54799...
Windows does not have vim program, so the Notepad is enough to complete this step. notepad hello-tf.yml Enter following into the file name: hello-tfdependencies: - python=3.6 - jupyter - ipython - pandas Code Explanation name: hello-tf: Name of the yml file ...
First, create a Docker Compose (docker-compose.yml) file with two services:mongoandsecrets. In thesecretsservice, use an image containing your chosen secret management tool, such as a vault. Mount a volume from the secrets container to themongocontainer so themongocontainer can access the secret...
We’re using the docker compose command along with a Docker Compose YAML file – this makes it a little easier to understand what’s going on.(Notice that in Step 2 of the previous section you renamed the Python file for the API client app that’s specific to Challenge 1 (very_bad_...
First, add a block about the staging deploy to your .gitlab-ci.yml file, I’ve created a new Heroku app called toptal-pipeline-staging: … variables: APPNAME_PRODUCTION: toptal-pipeline APPNAME_STAGING: toptal-pipeline-staging deploy_to_staging: stage: deploy environment: name: staging url:...
$ansible-playbook -i vCP2inventory.yml site.yml When deployment finishes, we can see the GUI address, password, kubeconfig file in our assisted installer GUI. It is possible to reach Assisted Installer GUI fromhttp://<bastion_IP>:8080/clusters ...
ansible-playbookget_logs.yml-istaging-iproduction Organizing inventory in a directory You can consolidate multiple inventory sources in a single directory. The simplest version of this is a directory with multiple files instead of a single inventory file. A single file gets difficult to maintain...