futranbg commited on
Commit
8cb27df
·
verified ·
1 Parent(s): 41d96c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  WORKDIR /app
9
 
10
  # Install build dependencies required for fastbpe
11
- RUN apt-get update && apt-get install -y build-essential
12
 
13
  # Copy the requirements file into the container
14
  COPY requirements.txt .
 
8
  WORKDIR /app
9
 
10
  # Install build dependencies required for fastbpe
11
+ RUN apt-get update && apt-get install -y git build-essential
12
 
13
  # Copy the requirements file into the container
14
  COPY requirements.txt .