Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -16,9 +16,8 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
16 |
# Set working directory
|
17 |
WORKDIR /app
|
18 |
|
19 |
-
# Clone Chain-of-Zoom repository
|
20 |
-
RUN git clone https://github.com/bryanswkim/Chain-of-Zoom.git .
|
21 |
-
git checkout a1b2c3d # Replace with the actual commit hash
|
22 |
|
23 |
# Copy custom files
|
24 |
COPY requirements.txt .
|
|
|
16 |
# Set working directory
|
17 |
WORKDIR /app
|
18 |
|
19 |
+
# Clone Chain-of-Zoom repository (latest commit)
|
20 |
+
RUN git clone https://github.com/bryanswkim/Chain-of-Zoom.git .
|
|
|
21 |
|
22 |
# Copy custom files
|
23 |
COPY requirements.txt .
|