charbelmalo commited on
Commit
3d2ce10
·
1 Parent(s): 7edc646
Files changed (1) hide show
  1. Dockerfile +4 -3
Dockerfile CHANGED
@@ -12,12 +12,13 @@ ENV PATH="/home/user/.local/bin:$PATH"
12
  ENV PYTHONDONTWRITEBYTECODE=1
13
  ENV PYTHONUNBUFFERED=1
14
 
15
- # Set the working directory
16
- WORKDIR /app
17
 
18
 
19
  # Clone your repository (replace with your repo URL)
20
- RUN git clone https://huggingface.co/spaces/charbel-malo/x-ai-toolkit /app
 
 
 
21
 
22
  # Copy and install dependencies
23
  COPY --chown=user: /app/requirements.txt .
 
12
  ENV PYTHONDONTWRITEBYTECODE=1
13
  ENV PYTHONUNBUFFERED=1
14
 
 
 
15
 
16
 
17
  # Clone your repository (replace with your repo URL)
18
+ RUN git clone https://huggingface.co/spaces/charbel-malo/x-ai-toolkit ./app
19
+
20
+ # Set the working directory
21
+ WORKDIR /app
22
 
23
  # Copy and install dependencies
24
  COPY --chown=user: /app/requirements.txt .