Skip to content

Commit

Permalink
Debug pynwb/hdmf error
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Apr 19, 2024
1 parent b14efdd commit 5444736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
},
"onCreateCommand": "mkdir -p ${EPHYS_ROOT_DATA_DIR} && pip install -e .[nwb]",
"postStartCommand": "docker volume prune -f && s3fs ${DJ_PUBLIC_S3_LOCATION} ${EPHYS_ROOT_DATA_DIR} -o nonempty,multipart_size=530,endpoint=us-east-1,url=http://s3.amazonaws.com,public_bucket=1",
"postStartCommand": "pip uninstall hdmf && pip install pynwb && docker volume prune -f && s3fs ${DJ_PUBLIC_S3_LOCATION} ${EPHYS_ROOT_DATA_DIR} -o nonempty,multipart_size=530,endpoint=us-east-1,url=http://s3.amazonaws.com,public_bucket=1",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
Expand Down
1 change: 0 additions & 1 deletion docker-compose-db.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# MYSQL_VER=8.0 docker compose -f docker-compose-db.yaml up --build
version: "3"
services:
db:
restart: always
Expand Down

0 comments on commit 5444736

Please sign in to comment.