qdqd commited on
Commit
1326d81
·
verified ·
1 Parent(s): 16acc09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -O /app/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