python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Docker build cannot install python requirements from file if python project is mounted in docker-compose
I have a python image I run from docker-compose.yml. I mount the python code as a volume so I do not need to rebuild the container with every code change:
docker-compose.yml
services:
python:
co...
bcsta
Votes: 0
Answers: 1
Github workflow not getting the requirements.txt file while building docker image
I have a github workflow that is building the docker image, installing dependencies using requirements.txt and pushing to AWS ECR. When I am checking it locally all is working fine but when github wor...

Faisal Shani
Votes: 0
Answers: 1
Requirements.txt is not packed in the model.tar.gz using Sagemaker Pytorch Estimator
I'm using SageMaker Pipeline workflow to train a model and register it. Then later I'll create an endpoint from the registered model.
I need to install some python packages in my inference.py file, su...
user_5
Votes: 0
Answers: 2