myyim commited on
Commit
62efded
·
verified ·
1 Parent(s): e16ba27

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
  git \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
- COPY requirements_mlx.txt ./
16
  COPY src/ ./src/
17
 
18
  RUN pip3 install --upgrade pip
 
12
  git \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
+ COPY requirements.txt ./
16
  COPY src/ ./src/
17
 
18
  RUN pip3 install --upgrade pip