-
Notifications
You must be signed in to change notification settings - Fork 645
Description
Hi, I'm trying to push image to r8.im but i get following error
Pushing image 'r8.im/[username]/[model]'...
The push refers to repository [r8.im/[username]/[model]]
1531fdca107f: Retrying in 1 second
4d6f17acf60f: Retrying in 1 second
2a6ddb1fc15a: Retrying in 1 second
3f7a73ac5dca: Retrying in 1 second
2cfcc8502b59: Retrying in 1 second
c3aac930eee4: Waiting
4a1410514db0: Waiting
75786d37b5e6: Waiting
927cb748937d: Waiting
d8d2f3f00014: Waiting
f9026b3a5c87: Waiting
8e978485cd6d: Waiting
ⅹ Failed to push image: error during image push: received unexpected HTTP status: 500 Internal Server Error
build:
python_version: "3.11"
predict: "predict.py:Predictor"
the predictor that im using is just empty class with predict and setup functions that do nothing
I've even tried docker push r8.im/[username]/[model] but encountering same issue