This commit is contained in:
eugene 2023-09-29 20:35:33 +02:00
parent c611e240a2
commit 87766029e1

View File

@ -30,5 +30,9 @@ WORKDIR /app
#RUN pip3 install tensorflow==2.12.* #RUN pip3 install tensorflow==2.12.*
RUN chmod +r ./25k_IMDb_movie_Dataset.csv
RUN chmod +x ./script5_3.py
RUN chmod +x ./better_preprocess.py
RUN useradd -r -u 111 jenkins RUN useradd -r -u 111 jenkins