jenkins test
This commit is contained in:
parent
7c5817757c
commit
96e77d4af4
@ -15,9 +15,9 @@ RUN python3 -m pip install pandas
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN sed 's/\r$//' ./startscript1.sh
|
||||
RUN sed 's/\r$//' ./runPythonScripts.sh
|
||||
RUN chmod -R 777 ../app
|
||||
# RUN sed 's/\r$//' ./startscript1.sh
|
||||
# RUN sed 's/\r$//' ./runPythonScripts.sh
|
||||
# RUN chmod -R 777 ../app
|
||||
RUN ls -la >> permissions.txt
|
||||
# COPY ./Participants_Data_HPP ./Participants_Data_HPP
|
||||
# COPY ./startscript1.sh ./
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
# kaggle datasets download -d akash14/house-price-dataset
|
||||
unzip -o house-price-dataset.zip
|
||||
# echo $CUTOFF
|
||||
echo $CUTOFF
|
||||
|
||||
# head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
||||
# head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt
|
||||
./runPythonScripts.sh
|
||||
head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
||||
head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt
|
||||
./runPythonScripts.sh
|
Loading…
Reference in New Issue
Block a user