Skip to content

Commit 4206cc6

Browse files
committed
removed real paths
1 parent d61245a commit 4206cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unitary/with_extras/model/test_generic_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
"training_script": None,
169169
}
170170

171-
INFERENCE_CONDA_ENV = "oci://service-conda-packs@ociodscdev/service_pack/cpu/General_Machine_Learning_for_CPUs/1.0/mlcpuv1"
172-
TRAINING_CONDA_ENV = "oci://service-conda-packs@ociodscdev/service_pack/cpu/Oracle_Database_for_CPU_Python_3.7/1.0/database_p37_cpu_v1"
171+
INFERENCE_CONDA_ENV = "oci://bucket@namespace/<path_to_service_pack>"
172+
TRAINING_CONDA_ENV = "oci://bucket@namespace/<path_to_service_pack>"
173173
DEFAULT_PYTHON_VERSION = "3.8"
174174
MODEL_FILE_NAME = "fake_model_name"
175175
FAKE_MD_URL = "http://<model-deployment-url>"

0 commit comments

Comments
 (0)