File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ RUN python convert_replicate.py alpaca_data_formatted.json alpaca_data_half.json
11
11
RUN python convert_replicate.py alpaca_data_formatted.json alpaca_data_quarter.json 0.25
12
12
RUN python convert_replicate.py alpaca_data_formatted.json alpaca_data_tenth.json 0.1
13
13
RUN python convert_replicate.py alpaca_data_formatted.json alpaca_data_hundredth.json 0.01
14
+ RUN python convert_replicate.py alpaca_data_formatted.json alpaca_data_thousandth.json 0.001
14
15
15
16
FROM registry.access.redhat.com/ubi9:latest
16
17
WORKDIR /dataset
@@ -22,3 +23,4 @@ COPY --from=builder /dataset/alpaca_data_half.json alpaca_data_half.json
22
23
COPY --from=builder /dataset/alpaca_data_quarter.json alpaca_data_quarter.json
23
24
COPY --from=builder /dataset/alpaca_data_tenth.json alpaca_data_tenth.json
24
25
COPY --from=builder /dataset/alpaca_data_hundredth.json alpaca_data_hundredth.json
26
+ COPY --from=builder /dataset/alpaca_data_thousandth.json alpaca_data_thousandth.json
You can’t perform that action at this time.
0 commit comments