Tag: pickle

用python 3.5安装cPickle

这可能是愚蠢的,但我无法安装python 3.5泊坞窗的cPickle图像 Dockerfile FROM python:3.5-onbuild requirements.txt cpickle 当我尝试build立图像 $ docker build -t sample . Sending build context to Docker daemon 3.072 kB Step 1 : FROM python:3.5-onbuild # Executing 3 build triggers… Step 1 : COPY requirements.txt /usr/src/app/ Step 1 : RUN pip install –no-cache-dir -r requirements.txt —> Running in 016c35a032ee Collecting cpickle (from -r […]