Spaces:
Running
Running
Update Dockerfile
Browse files- 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 .
|