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