我在用dockerfi培训我的模型时面临这个问题

2024-10-05 14:23:15 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试使用dockerfile运行我的模型,但遇到lme.py文件的问题。模型运行被中止,并弹出一个属性错误

我尝试使用requirement.txt文件,尝试使用特定于R的版本,但问题没有得到解决

tmp = df['index'].apply(lambda x: Series(x.split(':'), index=keys))  # unpack index into (potentially) separate columns
误差线

AttributeError: 'int' object has no attribute 'split'


Tags: 文件py模型dockerfile版本txtdfindex