Commit
·
037130f
1
Parent(s):
34fed18
try again
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -67,6 +67,9 @@ RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
|
67 |
|
68 |
|
69 |
RUN cd hls-foundation-os
|
|
|
|
|
|
|
70 |
RUN pip3 install fine-tuning-examples/
|
71 |
|
72 |
# RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
|
|
67 |
|
68 |
|
69 |
RUN cd hls-foundation-os
|
70 |
+
|
71 |
+
RUN echo $(ls)
|
72 |
+
|
73 |
RUN pip3 install fine-tuning-examples/
|
74 |
|
75 |
# RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|