We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143a63f commit f8d6572Copy full SHA for f8d6572
Dockerfile
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
18
wget \
19
bzip2 \
20
ca-certificates \
21
+ curl \
22
&& apt-get clean
23
24
# Install miniconda
@@ -62,7 +63,7 @@ WORKDIR /workspace
62
63
# Copy custom entrypoint script
64
COPY ./docker/scripts/entrypoint.sh /workspace/docker/entrypoint.sh
65
-FROM base as nv_ingest_install
66
+FROM base AS nv_ingest_install
67
# Copy the module code
68
COPY setup.py setup.py
69
COPY ci ci
@@ -154,4 +155,4 @@ FROM nv_ingest_install AS development
154
155
RUN source activate nv_ingest && \
156
pip install -e ./client
157
-CMD ["/bin/bash"]
158
+CMD ["/bin/bash"]
0 commit comments