Mentions légales du service

Skip to content
Snippets Groups Projects

V2.5 docker

Merged Giarrè Federico requested to merge v2.5-docker into main
52 files
+ 2214
159
Compare changes
  • Side-by-side
  • Inline
Files
52
+ 6
0
#!/bin/bash
tmp="http://$1:5000/deployments"
curl -XPOST -H "Content-Type: text/plain" --data "manifests/classifier.yaml" $tmp
tmp="http://$1:5000/services"
curl -XPOST -H "Content-Type: text/plain" --data "manifests/classifier-service.yaml" $tmp
\ No newline at end of file
Loading