
Getting requirements to build wheel: finished with status 'done'

Getting requirements to build wheel: started Installing build dependencies: finished with status 'done' $ apk add -no-cache curl jq python3 p圓-pip

ok id=1594531597 responseStatus=200 OK token=z-aAj77Įxecuting "step_script" stage of the job script Initialized empty Git repository in /builds/calcutrack/calcutrack-integration/.git/ĭownloading artifacts for maven-build-prod (1594531597).ĭownloading artifacts from coordinator. Using docker image sha256:bc6c0ffef6650bcfbb0afd5a07b813b5ccf1d00ecddccadb85123c6ee57a7995 for docker:latest with digest. THIS WORKS FOR MY DEV DEPLOY, but not when i try to push to production.

I’m having trouble with executing my AWS commands on a gitlab runner. docker build -t mchirico/facebook-group-scrape:latest. Of pip, you have to put each one on a separate line. You want to pip to store this in the cache. Theįirst time I run this, it’s going to upgrade pip, gunicorn, numpy and then Now, let’s suppose I want to build mchirico/facebook-group-scrape:latest.

Plus, add anything that you # don't want cached. # Someday we'll forget to update the above, so # I actually repeat the software listing in the # requirements.txt. RUN apt-get install -y python-setuptools python-dev build-essential python-pip RUN apt-get install -y python sqlite3 vim Is done so that each time I run my docker build command it doesn’t My Dockerfile below has RUN pip install commands on each line. Cache Downloaded PIP Packages in Dockerfile
