Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
- product_sales_predictor_v1_0.joblib +3 -0
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ FROM python:3.9-slim
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
# Copy all files from the current directory to the container's working directory
|
| 7 |
-
COPY
|
| 8 |
|
| 9 |
# Install dependencies from the requirements file without using cache to reduce image size
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
# Copy all files from the current directory to the container's working directory
|
| 7 |
+
COPY . .
|
| 8 |
|
| 9 |
# Install dependencies from the requirements file without using cache to reduce image size
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
product_sales_predictor_v1_0.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3030397635cb2863824e8370225c80baf5d71039d0bd75fd0ff025356389d1c8
|
| 3 |
+
size 1398179
|