Skip to content

Commit 1c2284e

Browse files
authored
Merge pull request #206 from ndonyapour/fix_bug_pdbfixer_dockerfile
fix pdbfixer dockerfile name issue
2 parents 7f673a3 + 8ade3ed commit 1c2284e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/dockerBuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo docker build --no-cache --pull -f Dockerfile_combine_structure -t ndonyapou
3232
sudo docker build --no-cache --pull -f Dockerfile_molgan -t ndonyapour/molgan .
3333
sudo docker build --no-cache --pull -f Dockerfile_onionnet-sfct -t cyangnyu/onionnet-sfct .
3434
sudo docker build --no-cache --pull -f Dockerfile_smina -t cyangnyu/smina .
35-
sudo docker build --no-cache --pull -f Dockerfile_pdb_fixer -t ndonyapour/pdbfixer .
35+
sudo docker build --no-cache --pull -f Dockerfile_pdbfixer -t ndonyapour/pdbfixer .
3636
sudo docker build --no-cache --pull -f Dockerfile_extract_protein -t ndonyapour/extract_protein .
3737
sudo docker build --no-cache --pull -f Dockerfile_fix_pdb_atom_column -t ndonyapour/fix_pdb_atom_column .
3838
sudo docker build --no-cache --pull -f Dockerfile_generate_conformers -t ndonyapour/generate_conformers .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM condaforge/mambaforge-pypy3
33
RUN mamba install -c conda-forge pdbfixer
44

55
ADD pdb_fixer.py .
6-
ADD Dockerfile_pdb_fixer .
6+
ADD Dockerfile_pdbfixer .

0 commit comments

Comments
 (0)