Skip to content

Commit

Permalink
fix: add quotes to python example so its copy-pastable
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Mortari <[email protected]>

Signed-off-by: Eric Dobroveanu <[email protected]>
  • Loading branch information
Crazyglue committed Feb 13, 2025
1 parent 2dee078 commit 869bbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ from olot.oci_artifact import oci_layers_on_top
from olot.backend.skopeo import skopeo_pull, skopeo_push

model_dir = 'download'
oci_registry_source=quay.io/mmortari/hello-world-wait:latest
oci_registry_destination=quay.io/mmortari/demo20241208:latest
oci_registry_source='quay.io/mmortari/hello-world-wait:latest'
oci_registry_destination='quay.io/mmortari/demo20241208:latest'

model_files = [
'tests/data/sample-model/model.joblib',
Expand Down

0 comments on commit 869bbf0

Please sign in to comment.