Spaces:
Sleeping
Sleeping
wip
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ COPY fast_align_config ./fast_align_config
|
|
6 |
COPY src ./src
|
7 |
COPY gradio_app.py .
|
8 |
COPY requirements.txt .
|
|
|
9 |
|
10 |
RUN apt-get update && \
|
11 |
apt-get install -y libgomp1 openjdk-17-jre-headless wget unzip libgoogle-perftools-dev libsparsehash-dev git cmake build-essential
|
|
|
6 |
COPY src ./src
|
7 |
COPY gradio_app.py .
|
8 |
COPY requirements.txt .
|
9 |
+
run mkdir /app/tmp
|
10 |
|
11 |
RUN apt-get update && \
|
12 |
apt-get install -y libgomp1 openjdk-17-jre-headless wget unzip libgoogle-perftools-dev libsparsehash-dev git cmake build-essential
|