Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
"name": "[DataRobot] [FIPS-compliant] Python 3.11 Keras Drop-In",
"description": "This template environment can be used to create FIPS-compliant artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
"programmingLanguage": "python",
"environmentVersionId": "68271e2acbce0258315bf584",
"label": "",
"environmentVersionId": "689c19843c4e361588bcb627",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
"useCases": [
"customModel"
],
"imageRepository": "env-sandbox-fips-python3-keras"
"contextUrl": null,
"imageRepository": "env-sandbox-fips-python3-keras",
"tags": []
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in
Expand Down Expand Up @@ -46,7 +46,7 @@ jinja2==3.1.5
jmespath==1.0.1
joblib==1.4.2
julia==0.5.7
keras==3.8.0
keras==3.11.0
libclang==18.1.1
markdown==3.7
markdown-it-py==3.0.0
Expand Down