Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -10,10 +10,6 @@ COPY requirements.txt .
|
|
10 |
# Install dependencies from requirements.txt
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
-
# Install Node.js dependencies for Loki.AI front-end (if needed)
|
14 |
-
COPY package.json .
|
15 |
-
RUN npm install
|
16 |
-
|
17 |
# Copy all other files into the container
|
18 |
COPY . .
|
19 |
|
|
|
10 |
# Install dependencies from requirements.txt
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
|
|
|
|
|
|
|
|
13 |
# Copy all other files into the container
|
14 |
COPY . .
|
15 |
|