Skip to content

Commit

Permalink
fix docker setups
Browse files Browse the repository at this point in the history
  • Loading branch information
yonetaniryo committed Feb 8, 2022
1 parent 5dd39f4 commit 8626980
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
18 changes: 7 additions & 11 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
.git/
.venv/
data/
data_example/
log/
outputs/
**/.egg-info/
**/*cache*
**/.DS_Store
**/.gitignore
**/build/
.git
.venv
data
data_example
model
outputs
jaxmapp.egg-info
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ SHELL=/bin/bash
.DEFAULT_GOAL := standard

standard:
source ~/.bashrc
pip install .
pip install cython_helper/

Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ version: "2.4"

services:
dev: &dev
build: .
image: omron_sinicx/jaxmapp
build:
context: .
dockerfile: Dockerfile
image: omron-sinicx/jaxmapp
container_name: ${USER}.jaxmapp
volumes:
- ${PWD}:/workspace
Expand Down

0 comments on commit 8626980

Please sign in to comment.