Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerioLS committed Aug 21, 2024
1 parent 6082b93 commit 9221b50
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
- name: Install dependencies
run: |
pwd
ls -la
cd machine_learning_and_to_and/regression_problems/predict_real_estate_prices_in_california
cd ~/machine_learning_and_to_and/regression_problems/predict_real_estate_prices_in_california
pip install -r docker/requirements.txt
- name: Build Docker image
run: |
cd machine_learning_and_to_and/regression_problems/predict_real_estate_prices_in_california
cd ~/machine_learning_and_to_and/regression_problems/predict_real_estate_prices_in_california
docker build -t real_estate_app .
- name: Push to Docker Hub
Expand Down

0 comments on commit 9221b50

Please sign in to comment.