Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -5,8 +5,6 @@ USER infra
|
|
5 |
COPY --chown=infra . /opt/run/
|
6 |
RUN echo "av" > /opt/run/ai-infra.txt
|
7 |
RUN cat /opt/run/ai-infra.txt
|
8 |
-
RUN apt-get update -y && apt-get install -y python3-pip
|
9 |
-
RUN pip install datasets
|
10 |
|
11 |
CMD ["ai-infra"]
|
12 |
|
|
|
5 |
COPY --chown=infra . /opt/run/
|
6 |
RUN echo "av" > /opt/run/ai-infra.txt
|
7 |
RUN cat /opt/run/ai-infra.txt
|
|
|
|
|
8 |
|
9 |
CMD ["ai-infra"]
|
10 |
|