Dear all
I have a EPC1502 (HW02 FW 2024.0.3 LTS). And would like to run a python script (app.txt)
app.txt
I would like to use EPC with python with some packages:
import pandas as pd
from sklearn.model_selection import train_test_split
from sklearn.ensemble import RandomForestClassifier
from sklearn.metrics import accuracy_score
1.) I have understood from the forum, that I can not install packages directly on the EPC. Is that correct?
2.) Then I have tried to build image/ container using a dockerfile on the EPC, but I can not build the image/ container because of following error acc. txt-file:
CLI_error.txt
3.) Then I tried to install docker container to run the app in the container.
But I’m not able to download and run the container.
docker pull python
Image is up to date, so docker container is somehow available.
When I then try
Docker ps
No container is shown. See pic below.
I have also portainer.io running and there I have some containers installed, but also not shown with docker ps.

Can you please advice how I can run the python script acc. app.txt?
And why downloaded containers and containers in Portainer.io are not shown with docker ps?
What is the idea with epc1502 to do ML tasks with python, when I cant install python packages?
Why build dockerfile is not possible?
Thank you for your support.
Regards Martin