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
2 changes: 1 addition & 1 deletion public_dropin_environments/python3_sklearn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ ENV WITH_ERROR_SERVER=1 \
COPY ./*.sh ${CODE_DIR}/
WORKDIR ${CODE_DIR}

ENTRYPOINT ["sh", "-c", "exec ${CODE_DIR}/start_server.sh \"$@\"", "--"]
ENTRYPOINT ["sh", "-c", "exec ${CODE_DIR}/start_sver.sh \"$@\"", "--"]
6 changes: 3 additions & 3 deletions public_dropin_environments/python3_sklearn/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This template environment can be used to create artifact-only scikit-learn custom models. This environment contains scikit-learn and only requires your model artifact as a .pkl file and optionally a custom.py file.",
"programmingLanguage": "python",
"label": "",
"environmentVersionId": "68ca61685fec395ef44ea229",
"environmentVersionId": "68cb3d63f4abb21200d6f00a",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
Expand All @@ -14,8 +14,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_sklearn",
"imageRepository": "env-python-sklearn",
"tags": [
"v11.2.0-68ca61685fec395ef44ea229",
"68ca61685fec395ef44ea229",
"v11.2.0-68cb3d63f4abb21200d6f00a",
"68cb3d63f4abb21200d6f00a",
"v11.2.0-latest"
]
}