We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d6673 commit d12beb6Copy full SHA for d12beb6
utils_cv/common/deployment.py
@@ -32,7 +32,7 @@ def generate_yaml(
32
"""
33
34
with open(os.path.join(directory, ref_filename), "r") as f:
35
- yaml_content = yaml.load(f, Loader=yaml.FullLoader)
+ yaml_content = yaml.load(f, Loader=yaml.SafeLoader)
36
37
# Extract libraries to be installed using conda
38
extracted_libraries = [
0 commit comments