update dockerfile

This commit is contained in:
s452111 2020-04-22 17:47:22 +02:00
parent fc24b19266
commit 05c39d7297
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ it = 1
with open('wer.txt','r') as file:
plots = csv.reader(file)
for row in plots:
axe_y.append(float(row[0]))
axe_y.append(float(row[0]))
axe_x.append(int(it))
it+=1