broadfield-dev commited on
Commit
fbf66ec
·
verified ·
1 Parent(s): 8b8f95a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 at a specific commit for stability
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 .