Running Python code in Docker gives: “/usr/bin/python3: can't find '__main__' module in 'test.py'”

前端 未结 0 692
离开以前
离开以前 2021-01-20 07:16

So I\'m trying to run this docker container

FROM ubuntu:latest

RUN apt update
RUN apt install software-properties-common -y
RUN add-apt-repository ppa:deadsn         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题