Skip to content

Commit

Permalink
[HWORKS-1555][Append] Restrict changing directory to build sklearnser…
Browse files Browse the repository at this point in the history
…ver img (#24)
  • Loading branch information
javierdlrm authored Aug 26, 2024
1 parent 489492f commit 9928469
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions python/sklearn-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[
{
"name": "hopsworks/sklearnserver",
"version": "env:VERSION",
"dockerFile": "python/sklearn.Dockerfile"
}
]
{
"name": "hopsworks/sklearnserver",
"version": "env:VERSION",
"dockerFile": "python/sklearn.Dockerfile",
"changeDirectory": "false"
}
]

0 comments on commit 9928469

Please sign in to comment.