We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7056692 commit 2a76b99Copy full SHA for 2a76b99
Dockerfile
@@ -45,6 +45,6 @@ RUN apt-get -y remove libyaml-dev
45
COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
46
47
EXPOSE 8888 8889 8890
48
-WORKDIR /cms
+WORKDIR /problems
49
CMD cgroups-mount
50
CMD supervisord
REQUIREMENTS.txt
@@ -1,12 +1,12 @@
1
setuptools>=0.6
2
tornado>=2.0
3
psycopg2>=2.4
4
-sqlalchemy>=0.7
+sqlalchemy>=0.7,<1.0
5
netifaces>=0.5
6
pycrypto>=2.3
7
pyyaml>=3.10
8
pytz>=2011k
9
-psutil>=0.6
+psutil==0.6
10
BeautifulSoup>=3.2
11
coverage>=3.4
12
mock>=1.0
0 commit comments