Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmeghnag/reproducer-03573017
https://github.com/gmeghnag/reproducer-03573017
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmeghnag/reproducer-03573017
- Owner: gmeghnag
- Created: 2023-07-27T10:34:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T16:44:08.000Z (over 1 year ago)
- Last Synced: 2024-04-30T11:46:05.082Z (7 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reproducer-03573017
```
oc new-project reproducer-03573017
oc new-app https://github.com/gmeghnag/reproducer-03573017.git -n reproducer-03573017
// wait for a few minutes for the image to be built and the pod running
oc expose svc/reproducer-03573017 -n reproducer-03573017
curl -X POST -skL http://$(oc get route -n reproducer-03573017 reproducer-03573017 -o jsonpath='{.spec.host}')/model/dollyv2/instruct_generate
```