shoom013 commited on
Commit
d2b64fa
·
verified ·
1 Parent(s): 9865a2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -131,6 +131,6 @@ ENV PYTHONUNBUFFERED=1 \
131
  # Install FoxDot Quark (needs to be done as the user)
132
  # We run Xvfb momentarily just in case sclang needs a display (usually doesn't for CLI, but safe)
133
  # 'xvfb-run' is a handy wrapper if we had it, but we can just run sclang directly for CLI text.
134
- RUN sclang setup.sc
135
 
136
  CMD ["./start.sh"]
 
131
  # Install FoxDot Quark (needs to be done as the user)
132
  # We run Xvfb momentarily just in case sclang needs a display (usually doesn't for CLI, but safe)
133
  # 'xvfb-run' is a handy wrapper if we had it, but we can just run sclang directly for CLI text.
134
+ # RUN sclang setup.sc
135
 
136
  CMD ["./start.sh"]