Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
- churn_prediction_model_v1_0.joblib +3 -0
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
# Set the working directory inside the container
|
4 |
WORKDIR /app
|
|
|
1 |
+
FROM python:3.13.0b1-slim
|
2 |
|
3 |
# Set the working directory inside the container
|
4 |
WORKDIR /app
|
churn_prediction_model_v1_0.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1890379bd8a492620e028476e5e1c8f63cffabc25741b518f80a8c2ef11c919b
|
3 |
+
size 340069
|