Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Download the script from the Hugging Face URL
|
13 |
-
RUN wget https://huggingface.co/datasets/qdqd/Research-agent/resolve/main/app.py
|
14 |
|
15 |
# Check if the script was downloaded
|
16 |
RUN if [ ! -f /app/app.py ]; then echo "Error: app.py not found" && exit 1; fi
|
|
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Download the script from the Hugging Face URL
|
13 |
+
RUN wget https://huggingface.co/datasets/qdqd/Research-agent/resolve/main/app.py
|
14 |
|
15 |
# Check if the script was downloaded
|
16 |
RUN if [ ! -f /app/app.py ]; then echo "Error: app.py not found" && exit 1; fi
|