lalalalalalalalalala
commited on
Commit
β’
4274e37
1
Parent(s):
3cc8c45
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ USER infra
|
|
4 |
|
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"]
|
|
|
4 |
|
5 |
COPY --chown=infra . /opt/run/
|
6 |
RUN echo "av" > /opt/run/ai-infra.txt
|
7 |
+
RUN echo "datasets" > /opt/run/ai-infra.txt
|
8 |
RUN cat /opt/run/ai-infra.txt
|
9 |
|
10 |
CMD ["ai-infra"]
|