Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \
|
|
6 |
wget \
|
7 |
unzip \
|
8 |
imagemagick \
|
9 |
-
libmagickwand-dev
|
|
|
10 |
|
11 |
# Create a new directory and set it as the working directory
|
12 |
WORKDIR /code
|
@@ -24,6 +25,7 @@ WORKDIR $HOME/app
|
|
24 |
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
|
|
27 |
RUN pip install git+https://github.com/acl-org/aclpubcheck
|
28 |
|
29 |
RUN pip install gradio==3.48.0
|
|
|
6 |
wget \
|
7 |
unzip \
|
8 |
imagemagick \
|
9 |
+
libmagickwand-dev \
|
10 |
+
git
|
11 |
|
12 |
# Create a new directory and set it as the working directory
|
13 |
WORKDIR /code
|
|
|
25 |
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
+
|
29 |
RUN pip install git+https://github.com/acl-org/aclpubcheck
|
30 |
|
31 |
RUN pip install gradio==3.48.0
|