Skip to content

Commit

Permalink
Disabled removal of Python libs on LMS and Studio
Browse files Browse the repository at this point in the history
This environment variable instructs edxapp to NOT remove old Python libs when install prerequisites since our images/containers will never have the older versions.
  • Loading branch information
clintonb committed Apr 28, 2017
1 parent 0911702 commit 46929ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ services:
- mysql
- memcached
- mongo
environment:
NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest
ports:
- "18000:18000"
Expand All @@ -110,6 +112,8 @@ services:
- mysql
- memcached
- mongo
environment:
NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest
ports:
- "18010:18010"
Expand Down

0 comments on commit 46929ff

Please sign in to comment.