ParthSadaria commited on
Commit
2b56e18
·
verified ·
1 Parent(s): 378f2c3

Update Dockerfile

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