Spaces:
Runtime error
Runtime error
AI-RESEARCHER-2024
commited on
Commit
•
96c9475
1
Parent(s):
6d22485
Update Dockerfile
Browse files- Dockerfile +7 -7
Dockerfile
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
-
# Install necessary packages
|
4 |
-
RUN apt-get update && apt-get install -y curl
|
5 |
|
6 |
-
# Set the working directory
|
7 |
-
WORKDIR /app
|
8 |
|
9 |
-
# Copy application files and requirements
|
10 |
-
COPY . /app
|
11 |
-
COPY ./requirements.txt /app/requirements.txt
|
12 |
|
13 |
# Install Python dependencies
|
14 |
RUN pip install -r requirements.txt
|
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
+
# # Install necessary packages
|
4 |
+
# RUN apt-get update && apt-get install -y curl
|
5 |
|
6 |
+
# # Set the working directory
|
7 |
+
# WORKDIR /app
|
8 |
|
9 |
+
# # Copy application files and requirements
|
10 |
+
# COPY . /app
|
11 |
+
# COPY ./requirements.txt /app/requirements.txt
|
12 |
|
13 |
# Install Python dependencies
|
14 |
RUN pip install -r requirements.txt
|