jenkins test
This commit is contained in:
parent
9b6e58fe56
commit
74e37559b1
14
Dockerfile
14
Dockerfile
@ -15,21 +15,11 @@ 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 ls -la >> permissions.txt
|
||||
# COPY ./Participants_Data_HPP ./Participants_Data_HPP
|
||||
# COPY ./startscript1.sh ./
|
||||
# COPY ./src/task1python.py ./src/task1python.py
|
||||
# COPY ./src/pythonTest.py ./src/pythonTest.py
|
||||
# COPY ./src/trainScript.py ./src/trainScript.py
|
||||
# COPY ./runPythonScript.sh ./runPythonScript.sh
|
||||
|
||||
RUN chmod o+wrx ./startscript1.sh
|
||||
# RUN chmod +x ./src/task1python.py
|
||||
|
||||
RUN chmod o+wrx ./runPythonScripts.sh
|
||||
|
||||
# FROM tensorflow/tensorflow:latest
|
||||
|
||||
# RUN ./startscript1.sh
|
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
# 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
|
||||
# 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